---
title: "Create Jira issue template"
method: POST
path: "/api/v2/integration/jira/issue-templates"
tags: ["Jira Integration"]
---

# Create Jira issue template

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

Create a new Jira issue template.

## Request body

- JiraIssueTemplateCreateRequest — Request to create a Jira issue template
  - `data` JiraIssueTemplateCreateRequestData — Data object for creating a Jira issue template
    - `attributes` JiraIssueTemplateCreateRequestAttributes — Attributes for creating a Jira issue template
      - `fields` object — Custom fields for the Jira issue template
      - `issue_type_id` string — The ID of the Jira issue type
      - `jira-account` JiraIssueTemplateCreateRequestAttributesJiraAccount — Reference to the Jira account
        - `id` string, uuid, required — The ID of the Jira account
      - `name` string — The name of the issue template
      - `project_id` string — The ID of the Jira project
    - `type` 'jira-issue-template' — Type identifier for Jira issue template resources

## Response `201`

Created

- JiraIssueTemplateResponse — Response containing a single Jira issue template
  - `data` JiraIssueTemplateData, required — Data object for a Jira issue template
    - `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

- `400` — Bad Request
- `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)
