linear_assignIssue
Assign a Linear issue to a user by providing issue ID and assignee ID, or clear the assignment by passing null for the assignee.
Instructions
Assign an issue to a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue to assign (e.g., ABC-123) | |
| assigneeId | Yes | ID of the user to assign the issue to, or null to unassign |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| success | No |