Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 557 Bytes

File metadata and controls

18 lines (12 loc) · 557 Bytes

GL_TransferProject

Edge Schema

General Information

The non-traversable GL_TransferProject edge indicates that a role can transfer the project to a different namespace — a different group or a user's personal namespace. Owner role only.

graph LR
    ownerRole("fa:fa-user-tie GL_ProjectRole myproject/Owner")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    ownerRole -.->|GL_TransferProject| project
Loading