add_work_items_to_milestone
Assigns a list of work items to a specified milestone, organizing project tasks under a target milestone for progress tracking.
Instructions
Add work items to a milestone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| milestone_id | Yes | UUID of the milestone | |
| issue_ids | Yes | List of work item IDs to add to the milestone |