User functions

activeUsers()

Search for issues for active users.

Examples

assignee IN activeUsers() 

finds all issues assigned to the active users.

assignee NOT IN activeUsers() 

finds all issues assigned to inactive users.

 

reporter IN activeUsers() 

finds all issues reported by the active users.

finds all issues reported by inactive users.

 

finds all issues where the active users are in the manager user picker field.

finds all issues where the inactive users are in the manager user picker field. 

 

jiraSoftwareUsers()

Search for issues for Jira Software users.

Examples

finds all issues assigned to the Jira Software licensed users.

finds all issues reported by the Jira Software licensed users.

finds all issues where the Jira Software licensed users in the manager user picker field.

 

jiraServiceManagementUsers()

Search for issues for Jira Service Management users.

Examples

finds all issues assigned to the Jira Service Management licensed users.

finds all issues reported by the Jira Service Management licensed users.

finds all issues where the Jira Service Management licensed users in the manager user picker field.