JWT for Jira Cloud comes with dedicated functions to retrieve user-related data.
Available functions
| Function | Short description | Output |
|---|---|---|
| groupName() |
Returns the name of given group ID(s). |
TEXT LIST |
| isInGroup() |
Checks whether users are a member of a specific group. |
BOOLEAN |
| isInRole() |
Checks whether users are a member of a specific project role. |
BOOLEAN |
| organizationId() |
Returns the Organization ID of a given organization(s). |
TEXT LIST |
| userAccountId() |
Returns the Atlassian account Id of given user(s). |
TEXT |
| userDisplayName() |
Returns the display name of a given user. |
TEXT |
| usersInOrganization() |
Returns the Atlassian account ID of a given Organization ID(s). |
TEXT LIST |