list_milestone_work_items
Fetch all work items for a milestone using project and milestone IDs. Get a clear view of tasks to track progress.
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 |