Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update an existing Jira issue (status, fields, etc.)
jira__update_issue
{ "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." }