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

Organizations in organizationsOfUser(“Full Name“)

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

NOTE: a search with an agent account will match all organizations due to how the JSD Organizations API works.