jira_bulk_transition_issues
Bulk transition multiple Jira issues to a target status by specifying issue keys and status name; automatically resolves transition IDs.
Instructions
Bulk transition multiple issues to a new status.
All issues must have an available transition to the target status. Automatically resolves transition IDs. Returns: {success, transitioned_count, target_status}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_keys | Yes | List of issue keys to transition | |
| target_status | Yes | Target status name, e.g. 'Done', 'In Progress'. All issues must have this transition available. | |
| send_notification | No | Send email notifications. Default: False |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||