Linear
by tacticlaunch
Verified
linear_createIssue
Create a new issue in Linear
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeId | No | ID of the user to assign the issue to | |
cycleId | No | ID of the cycle to add the issue to | |
description | No | Description of the issue (Markdown supported) | |
dueDate | No | The date at which the issue is due (YYYY-MM-DD format) | |
estimate | No | The estimated complexity/points for the issue | |
labelIds | No | IDs of the labels to attach to the issue | |
parentId | No | ID of the parent issue (to create as a sub-task) | |
priority | No | Priority of the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low) | |
projectId | No | ID of the project the issue belongs to | |
sortOrder | No | The position of the issue in relation to other issues | |
stateId | No | ID of the workflow state for the issue | |
subscriberIds | No | IDs of the users to subscribe to the issue | |
teamId | Yes | ID of the team the issue belongs to | |
templateId | No | ID of a template to use for creating the issue | |
title | Yes | Title of 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