haops_bulk_update_issues
Update multiple issues at once by changing their status, priority, or assignee to streamline batch management.
Instructions
Update multiple issues at once. Useful for batch status changes, priority updates, or reassignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to update on all issues | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| issueIds | Yes | Array of issue UUIDs to update | |
| projectSlug | Yes | The project slug (URL identifier) |