linear_archiveIssue
Archive an issue in Linear by specifying its ID, enabling efficient project management and decluttering active task lists.
Instructions
Archive an issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | ID or identifier of the issue to archive (e.g., ABC-123) |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "ID or identifier of the issue to archive (e.g., ABC-123)",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}