manage_work_item_archive
Archive completed or cancelled work items to remove them from active lists, or unarchive them to restore visibility.
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 |