bulk_update
Update multiple Yandex Tracker issues in a single call by specifying issue keys and field values. Apply the same changes to selected issues quickly.
Instructions
Bulk update multiple issues at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | List of issue keys (e.g. ["DEV-1", "DEV-2"]) | |
| notify | No | Send notifications | |
| values | Yes | Dict of fields to update (e.g. {"priority": "critical", "tags": {"add": ["urgent"]}}) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |