manage_work_item_archive
Archive or unarchive a work item. Only completed or cancelled work items can be archived, hiding them from active lists.
Instructions
Archive or unarchive a work item.
Only work items in a completed or cancelled state can be archived. Archived work items no longer appear in active work item lists.
Args: project_id: UUID of the project work_item_id: UUID of the work item archive: True to archive the work item, False to unarchive it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |