Linear
by tacticlaunch
Verified
linear_updateIssue
Update an existing issue in Linear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addedLabelIds | No | IDs of labels to add to the issue (without removing existing ones) | |
assigneeId | No | ID of the user to assign the issue to, or null to unassign | |
cycleId | No | ID of the cycle to move the issue to, or null to remove from current cycle | |
description | No | New description for the issue (Markdown supported) | |
dueDate | No | The new due date for the issue (YYYY-MM-DD format), or null to remove | |
estimate | No | The estimated complexity/points for the issue | |
id | Yes | ID or identifier of the issue to update (e.g., ABC-123) | |
labelIds | No | IDs of the labels to set on the issue (replacing existing labels) | |
parentId | No | ID of the parent issue, or null to convert to a regular issue | |
priority | No | New priority for the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low) | |
projectId | No | ID of the project to move the issue to | |
removedLabelIds | No | IDs of labels to remove from the issue | |
sortOrder | No | The position of the issue in relation to other issues | |
stateId | No | ID of the new state for the issue | |
subscriberIds | No | IDs of the users to subscribe to the issue (replacing existing subscribers) | |
teamId | No | ID of the team to move the issue to | |
title | No | New title for the issue |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- linear_getIssueById
- linear_duplicateIssue
- linear_getIssueHistory
- linear_getViewer
- linear_getOrganization
- linear_getUsers
- linear_getLabels
- linear_getTeams
- linear_getWorkflowStates
- linear_getProjects
- linear_createProject
- linear_updateProject
- linear_addIssueToProject
- linear_getProjectIssues
- linear_getCycles
- linear_getActiveCycle
- linear_addIssueToCycle
- linear_getIssues
- linear_searchIssues
- linear_createIssue
- linear_updateIssue
- linear_createComment
- linear_addIssueLabel
- linear_removeIssueLabel
- linear_assignIssue
- linear_subscribeToIssue
- linear_convertIssueToSubtask
- linear_createIssueRelation
- linear_archiveIssue
- linear_setIssuePriority
- linear_transferIssue
- linear_getComments