linear_assignIssue
Assign an issue to a user by specifying issue ID and assignee ID. Set assignee to null to unassign.
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 |