v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Jira Integration

List Jira accounts

Get all Jira accounts for the organization.

get/api/v2/integration/jira/accounts

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "consumer_key": "consumer-key-1",
        "instance_url": "https://example.atlassian.net",
        "last_webhook_timestamp": "2024-01-15T10:30:00Z"
      },
      "id": "account-1",
      "type": "jira-account"
    }
  ],
  "meta": {
    "public_key": "c29tZSBkYXRhIHdpdGggACBhbmQg77u/"
  }
}