updateLinearIssue
Modify existing Linear issues by updating title, description, priority, assignee, project, or status through WayStation's integration hub.
Instructions
Updates an existing issue in Linear with the specified changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID of the issue to update | |
| title | No | New title for the issue | |
| description | No | New description for the issue (markdown supported) | |
| priority | No | New priority for the issue (1-4, where 1 is highest) | |
| projectId | No | New project ID to associate the issue with | |
| assigneeId | No | New user ID to assign the issue to | |
| stateId | No | New state ID to set for the issue |