Plugin
List plugin graph relations
get/v1/plugins/{pluginId}/graph/relations
Query parameters
kindstring required
node_idstring required
node_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension' required
direction'outgoing' | 'incoming' | 'both'
Direction of listed plugin domain relations.
Relation list direction. Defaults to outgoing.
page_sizeinteger
Maximum number of items to return.
page_tokenstring
Opaque continuation token from a previous page_info.next_page_token.
Response
OK
Example response
{
"items": [
{
"kind": "LOGGED_ON"
}
]
}