manage_milestone_work_items
Add or remove work items from a milestone in one API call. Manage milestone assignments by updating multiple items at once.
Instructions
Add or remove work items on a milestone in a single call.
At least one of add_ids or remove_ids must be provided.
Args: project_id: UUID of the project milestone_id: UUID of the milestone add_ids: UUIDs of work items to add to the milestone remove_ids: UUIDs of work items to remove from the milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_ids | No | ||
| project_id | Yes | ||
| remove_ids | No | ||
| milestone_id | Yes |