linear_unarchiveInitiative
Restore archived initiatives in the Linear project management system by specifying the initiative ID, enabling continued tracking and workflow integration.
Instructions
Unarchive an initiative
Input Schema
Name | Required | Description | Default |
---|---|---|---|
initiativeId | Yes | The ID of the initiative to unarchive |
Input Schema (JSON Schema)
{
"properties": {
"initiativeId": {
"description": "The ID of the initiative to unarchive",
"type": "string"
}
},
"required": [
"initiativeId"
],
"type": "object"
}