jira_mutate
Create or update Jira tickets, transition status, assign, comment, link issues, and log work in a single call using Jira wiki markup.
Instructions
Create/update a ticket, transition status, assign, comment, link issues, or log work — bundles create/update/transition/comment/link/worklog in one call. Use Jira wiki markup (Atlassian renderer syntax), not GitHub/CommonMark markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | No | Existing issue key to mutate (optional if create is provided) | |
| create | No | ||
| update | No | ||
| sprintId | No | Sprint ID to add the issue into (optional) | |
| removeFromSprint | No | Move the issue to the backlog (remove from any sprint) | |
| transitionId | No | Transition ID (optional if transitionName provided) | |
| transitionName | No | Transition name, e.g. "In Progress" (optional if transitionId provided) | |
| comment | No | Comment to add after other mutations (optional). Use Jira wiki markup (Atlassian renderer syntax), not GitHub/CommonMark markdown. | |
| link | No | Create an issue link, e.g. "FOO-123 blocks BAR-456" | |
| worklog | No | Log time spent on this issue |