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.
reporter NOT IN activeUsers()
finds all issues reported by inactive users.
manager IN activeUsers()
finds all issues where the active users are in the manager user picker field.
manager NOT IN activeUsers()
finds all issues where the inactive users are in the manager user picker field.
jiraSoftwareUsers()
Search for issues for Jira Software users.
Examples
assignee IN jiraSoftwareUsers()
finds all issues assigned to the Jira Software licensed users.
reporter IN jiraSoftwareUsers()
finds all issues reported by the Jira Software licensed users.
manager IN jiraSoftwareUsers()
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
assignee IN jiraServiceManagementUsers()
finds all issues assigned to the Jira Service Management licensed users.
reporter IN jiraServiceManagementUsers()
finds all issues reported by the Jira Service Management licensed users.
manager IN jiraServiceManagementUsers()
finds all issues where the Jira Service Management licensed users in the manager user picker field.