manage_release_work_items
Add or remove work items on a release to control its contents. Verify current links with list_release_work_items before operating.
Instructions
Add or remove work items on a release. Use list_release_work_items to read.
Args: release_id: UUID of the release action: "add" to link the work items, "remove" to unlink them work_item_ids: Work item UUIDs to add/remove
Returns: The release's linked work items after the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| release_id | Yes | ||
| work_item_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |