Tool details
Playground
Input schema
input-schema.json
Documentation Index
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.)
| Field | Value |
|---|---|
| Name | jira__update_issue |
| Group | Integrations |
{
"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."
}