linear_duplicateIssue
Duplicate an issue in Linear by specifying the issue ID, enabling quick replication of tasks for similar workflows or error tracking.
Instructions
Duplicate an issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | ID or identifier of the issue to duplicate (e.g., ABC-123) |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "ID or identifier of the issue to duplicate (e.g., ABC-123)",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}