linear_addIssueLabel
Add a label to a Linear issue using its issue ID and label ID. Assign the specified label to the given issue to categorize or tag it for better organization.
Instructions
Add a label to an issue in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue to add the label to (e.g., ABC-123) | |
| labelId | Yes | ID of the label to add to the issue |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | ||
| labelId | No | ||
| success | No |