retrieve_work_item_activity
Retrieve a single activity log entry for a work item by providing the project, work item, and activity IDs.
Instructions
Retrieve a specific activity for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item activity_id: UUID of the activity
Returns: WorkItemActivity object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| activity_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| verb | No | ||
| actor | No | ||
| epoch | No | ||
| field | No | ||
| issue | No | ||
| comment | No | ||
| project | Yes | ||
| new_value | No | ||
| old_value | No | ||
| workspace | Yes | ||
| created_at | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| attachments | No | ||
| issue_comment | No | ||
| new_identifier | No | ||
| old_identifier | No |