Skip to main content
Update an existing Jira issue (status, fields, etc.)

Tool details

FieldValue
Namejira__update_issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from accessible-resources"
    },
    "issueIdOrKey": {
      "type": "string",
      "description": "Jira issue ID or key"
    },
    "fields": {
      "type": "object",
      "description": "Jira fields to set"
    },
    "update": {
      "type": "object",
      "description": "Jira update operations"
    }
  },
  "required": [
    "cloudId",
    "issueIdOrKey"
  ],
  "description": "Input schema for the jira__update_issue tool."
}

Output schema

This tool does not publish an output schema.