linear_addIssueToRelease
Assign an issue to a release by providing the issue identifier and release ID. Streamline project management by linking issues directly to their target releases.
Instructions
Add an issue to a release
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | The ID or identifier of the issue to add | |
| releaseId | Yes | The ID of the release to add the issue to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| release | No | ||
| success | No |