list_milestone_work_items
Retrieve all work items assigned to a specific milestone by providing project and milestone IDs.
Instructions
List work items in a milestone.
Args: project_id: UUID of the project milestone_id: UUID of the milestone params: Optional query parameters as a dictionary
Returns: List of MilestoneWorkItem objects in the milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes | ||
| milestone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |