Skip to main content

Required Scopes

To configure a Sync for Jira, you need to request the following scopes from your Jira OAuth application: Tickets:
  • offline_access
  • read:jira-user
  • read:jira-work
Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Jira supports the following Synced Objects:
  • Tickets: Syncs issues from Jira, including issue metadata, comments, and attachments.

Tickets

Send a request to Enable Sync to start a ticket sync. Jira syncs issues from both Jira Software and Jira Service Management projects.
Example
{
    "integration": "jira",
    "pipeline": "tickets",
    "configuration": {
      "projectId": "10001"
    }
}
Configuration options:
projectId
string
required
The Jira project ID (in numeric format, not the project key) to sync tickets from. You can prompt your users to select a project from Connect Portal User Settings.