---
title: "List Jira issue templates"
method: GET
path: "/api/v2/integration/jira/issue-templates"
tags: ["Jira Integration"]
---

# List Jira issue templates

`GET /api/v2/integration/jira/issue-templates`

Get all Jira issue templates for the organization.

## Response `200`

OK

- JiraIssueTemplatesResponse — Response containing Jira issue templates
  - `data` JiraIssueTemplateData[], required — Array of Jira issue template data objects
    - `attributes` JiraIssueTemplateDataAttributes, required — Attributes of a Jira issue template
      - `fields` object, required — Custom fields for the Jira issue template
      - `issue_type_id` string, required — The ID of the Jira issue type
      - `name` string, required — The name of the issue template
      - `project_id` string, required — The ID of the Jira project
    - `id` string, uuid, required — Unique identifier for the Jira issue template
    - `relationships` JiraIssueTemplateDataRelationships — Relationships of a Jira issue template
      - `jira-account` JiraAccountRelationship, required — Relationship to a Jira account
        - `data` JiraAccountData, required — Data object for a Jira account
          - `attributes` JiraAccountAttributes, required — Attributes of a Jira account
            - `consumer_key` string, required — The consumer key for the Jira account
            - `instance_url` string, required — The URL of the Jira instance
            - `last_webhook_timestamp` string, date-time — Timestamp of the last webhook received
          - `id` string, required — Unique identifier for the Jira account
          - `type` 'jira-account', required — Type identifier for Jira account resources
    - `type` 'jira-issue-template', required — Type identifier for Jira issue template resources
  - `included` JiraAccountData[] — Array of Jira account data objects
    - `attributes` JiraAccountAttributes, required — Attributes of a Jira account
      - `consumer_key` string, required — The consumer key for the Jira account
      - `instance_url` string, required — The URL of the Jira instance
      - `last_webhook_timestamp` string, date-time — Timestamp of the last webhook received
    - `id` string, required — Unique identifier for the Jira account
    - `type` 'jira-account', required — Type identifier for Jira account resources

## Other responses

- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/versions/da68bf029e4c/schema)
