list_work_item_activities
Retrieve the activity log for a specific work item by providing project and work item IDs. Use this to track changes and updates on a work item.
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 |