linear_addIssueToCycle
Add an issue to a cycle by providing the issue ID and cycle ID. Use this to group issues into cycles for organized sprint planning.
Instructions
Add an issue to a cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | ID of the cycle to add the issue to | |
| issueId | Yes | ID or identifier of the issue to add to the cycle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| success | No |