jira-integrations

Get Jira integration connection

Returns detail of a specific Productboard feature - Jira issue connection identified by integration UUID and entity UUID. Use this endpoint to retrieve information about the link between a Productboard feature and its corresponding Jira issue.

get/jira-integrations/{integrationId}/connections/{entityId}

Path parameters

integrationIdstring uuid required
Example:00000000-0000-0000-0000-000000000001

UUID of the plugin integration.

entityIdstring uuid required
Example:00000000-0000-0000-0000-000000000002

Entity identifier.

Response

Jira integration connection details

Example response

{
  "data": {
    "id": "00000000-0000-0000-0000-000000000000",
    "type": "jiraIntegrationConnection",
    "fields": {
      "issueKey": "JIRA-123",
      "issueId": "123456"
    },
    "links": {
      "self": "https://api.productboard.com/v2/jira-integrations/00000000-0000-0000-0000-000000000000/connections/00000000-0000-0000-0000-000000000000"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.