jira_update_issue
Update a Jira issue's summary, description, and labels. Add or remove labels incrementally, leaving other labels untouched.
Instructions
Update the summary, description, and/or labels of a Jira issue. Labels are modified incrementally: addLabels/removeLabels leave the issue's other labels untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jira issue key | |
| summary | No | New summary | |
| addLabels | No | Labels to add, e.g. ["ready-for-agent"] | |
| description | No | New description (Markdown) | |
| removeLabels | No | Labels to remove, e.g. ["needs-triage"] |