get_item_timeline
Retrieve a unified activity timeline for a kanban item, including status changes, decisions, updates, and git commits, sorted by timestamp descending.
Instructions
Get activity timeline for a specific item.
Returns unified timeline of status changes, decisions, updates, and git commits.
Args: item_id: The item to get timeline for limit: Maximum entries to return (default: 100)
Returns: Dict with success, entries list (sorted by timestamp desc), entry_count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | limit parameter | |
| item_id | Yes | item_id parameter |