Linear

by tacticlaunch
Verified

linear_assignIssue

Assign or unassign an issue to a specific user in the Linear project management system by providing the issue ID and assignee ID for task tracking.

Instructions

Assign an issue to a user

Input Schema

NameRequiredDescriptionDefault
assigneeIdYesID of the user to assign the issue to, or null to unassign
issueIdYesID or identifier of the issue to assign (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "ID of the user to assign the issue to, or null to unassign", "type": "string" }, "issueId": { "description": "ID or identifier of the issue to assign (e.g., ABC-123)", "type": "string" } }, "required": [ "issueId", "assigneeId" ], "type": "object" }
ID: r0jy9qy35n