linear_convertIssueToSubtask
Convert an existing issue into a subtask by providing its ID along with the parent issue ID, allowing you to reorganize work under a parent Linear issue.
Instructions
Convert an issue to a subtask
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue to convert (e.g., ABC-123) | |
| parentIssueId | Yes | ID or identifier of the parent issue (e.g., ABC-456) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| success | No |