linear_setIssuePriority
Change the priority of a Linear issue by specifying its identifier and a priority level from 0 (No priority) to 4 (Low).
Instructions
Set the priority of an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue (e.g., ABC-123) | |
| priority | Yes | Priority level (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| success | No |