Organization JQL functions Cloud

myOrganizations() / organizationsOfCurrentUser()

Search for a matching Organization for the current user. Requires an active Jira Service Management Installation.

Examples

Organizations in myOrganizations()

OR

Organizations in organizationsOfCurrentUser()

finds the issues where the current user is a member of the selected organization in the JSM Organization field.

 

userOrganizations() / organizationsOfUser()

Search for a matching Organization for a specific user. Requires an active Jira Service Management Installation.

Examples

Organizations in userOrganizations(“Full Name“)

OR

finds the issues where the particular user is a member of the selected organization in the “Approver Group” group picker field.