API calls for Jira
The Atlassian Jira connector makes API calls to Jira to retrieve data.
Users
The call uses the GET operation to retrieve all users in your Jira instance.
URI: /rest/api/3/users/search
For more information, see Jira REST API .
Application roles
The call uses the GET operation to retrieve all application roles in your Jira instance.
URI: /rest/api/3/applicationrole
For more information, see Jira REST API .
User application role
The call uses the GET operation to retrieve the application role for the given user.
URI: /rest/api/3/user
For more information, see Jira REST API .
Audit log
The call uses the GET operation to retrieve a list of audit records.
URI: /rest/api/3/auditing/record
For more information, see Jira REST API .
Activities
The call uses the GET operation to retrieve a list of user activities in your Jira instance.
URI: /rest/api/3/search/jql
For more information, see Jira REST API .
Licenses
The call uses the GET operation to retrieve licensing information on your Jira instance.
URI: /rest/api/3/instance/license
For more information, see Jira REST API .