update_workflow
Modify an existing workflow's name, enabled state, notification channels, or issues filter.
Instructions
Update an existing workflow. Only the provided fields are changed. Use destination_configurations to replace the notification channels and issues_filter to replace the filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ID of the workflow to update | |
| name | No | New name (optional) | |
| enabled | No | Enable or disable the workflow (optional) | |
| destination_configurations | No | New destination configurations as [{channelId}] (optional, replaces existing) | |
| issues_filter | No | New issues filter as {name, type, predicates} (optional, replaces existing) |