Users (and related categories)

JWT for Jira Cloud comes with dedicated functions to retrieve user-related data.

Available functions

Function Short description Output
organizationId()

Returns the Organization ID of a given organization(s).

text list

userAccountId()

Returns the Atlassian account Id of given user(s).

text  

isInGroup()

Checks whether users are a member of a specific group.

BOOLEAN

userAccountIdAY()

Returns the Atlassian account Id of given user(s).

text  

isInRole()

Checks whether users are a member of a specific project role.

BOOLEAN

userDisplayName()

Returns the display name of a given user.

text  

groupName()

Returns the name of given group ID(s).

text list

usersInOrganization()

Returns the Atlassian account ID of a given Organization ID(s).

text list