Reopen an archived work card
project_card_reopenRestore an archived project card back to an active workflow status while preserving its original ID, so all existing references continue to work without breaking.
Instructions
Move an archived card back out of the archive directory and into a live status. The ID never changes, so every existing reference to it keeps resolving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Archived card to bring back. | |
| actor | No | Who to attribute this to. Defaults to the MCP client's own name; pass one only to act on another actor's behalf. | |
| status | No | Status to reopen into. | backlog |
| expectedRevision | No | Revision string from an earlier read of this record. The write is refused if it no longer matches, so a concurrent edit is reported rather than overwritten. Omit to skip the check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |