bulk_update
Apply field changes to issues matching specified filters in a single API call. Returns count of updated issues.
Instructions
Apply field changes to matching issues in one call. At most 500 matching issues are selected; narrow filters when more matches exist. Returns the number of issues updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project ID (e.g. LIF) | |
| set_module | No | New module (by name) to set | |
| set_status | No | New status to set: backlog, todo, active, done, cancelled | |
| filter_label | No | Only affect issues carrying this label (by name) | |
| set_priority | No | New priority to set: urgent, high, medium, low, none | |
| filter_module | No | Only affect issues in this module (by name) | |
| filter_status | No | Only affect issues with this status: backlog, todo, active, done, cancelled | |
| filter_priority | No | Only affect issues with this priority: urgent, high, medium, low, none |