update_issue_status
Updates an issue's status by id. Call list_statuses first to find the target status's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue's key, e.g. 'BRD-42'. | |
| statusId | Yes | The target status's id, from list_statuses. Not necessarily in the issue's current epic - moving to a different epic's status is allowed, same as the web UI. |