list_work_item_activities
List all activities for a specific work item by providing project and work item IDs. Retrieve a detailed history of updates, comments, and changes for tracking work item progress.
Instructions
List activities for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item params: Optional query parameters as a dictionary
Returns: List of WorkItemActivity objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |