Skip to main content
Create a new Jira issue in a project

Tool details

FieldValue
Namejira__create_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from accessible-resources"
    },
    "fields": {
      "type": "object",
      "description": "Jira issue fields including project, issuetype, summary, and description"
    }
  },
  "required": [
    "cloudId",
    "fields"
  ],
  "description": "Input schema for the jira__create_issue tool."
}

Output schema

This tool does not publish an output schema.