Skip to main content
Jira Data Center
Updated over a week ago

Introduction

To enable the Jira Data Center connector, you need a service account. If your Jira instance is behind a firewall or has IP restrictions, you must allowlist DX IP addresses in order to accept inbound API requests.

Steps to connect

Step 1

Create a user account in Jira to act as a service account for DX to sign in through. The service account must have access to the projects that you want to import. The more granular API permissions or scopes to configure are found in the API Reference table below.

Step 2

Navigate to the Data Cloud > Connections screen within DX, then add a connection using your credentials generated in the previous steps.

API Reference

Endpoint URL

Documentation Link

/rest/api/2/project

/rest/api/2/project/{projectIdOrKey}

/rest/api/2/priority

/rest/api/2/universal_avatar/type/{type}/owner/{ownerId}

/rest/api/2/resolution

/rest/api/2/status

/rest/api/2/field

/rest/api/2/group/{groupname}?includeInactiveUsers=&startAt=

/rest/api/2/issue/{issueIdOrKey}

/rest/api/2/groups/picker

Errors

This table lists error codes that you may encounter when adding a connection in DX.

Error

Description

invalid_credentials

Your API credentials entered are not valid.

invalid_permissions

Your API token does not have the permissions required by DX.

no_resources

Your service account does not have access to any projects or repositories.

Troubleshooting

Story points are not being populated on Jira issues

DX ingests issue story points by looking at the following fields, in order. Once a valid number value is found, the subsequent look ups are skipped.

  1. Jira's official story point field

  2. Custom fields with a name that contains two asterisks

  3. Custom fields with a name that contains the case-insensitive substring "story point"

If you are not using Jira's official story point field, have multiple custom fields with the substring "story point" in their names, or are using a custom field that does not have the substring "story point" in it's name; please add two asterisks to the name of the field you want DX to ingest.

Example 1

A customer has a two custom fields that tracks story points. One called "Estimated Story Points" and another called "Actual Story Points". They would like DX to ingest the "Actual Story Points" field, so they edit the name to include two asterisks, "Actual Story Points**".

Example 2

A customer uses a custom field called "Effort" to track their story points. They would like DX to ingest this field, so they edit the name to include two asterisks, "Effort**".

Did this answer your question?