linear_getViewer
Get information about the currently authenticated user
Try it
linear_getOrganization
Get information about the current Linear organization
Try it
linear_getUsers
Get a list of users in the Linear organization
Try it
linear_getLabels
Get a list of issue labels from Linear
Try it
linear_getTeams
Get a list of teams from Linear
Try it
linear_getWorkflowStates
Get workflow states for a team
Try it
linear_getProjects
Get a list of projects from Linear
Try it
linear_createProject
Create a new project in Linear
Try it
linear_updateProject
Update an existing project in Linear
Try it
linear_addIssueToProject
Add an existing issue to a project
Try it
linear_getProjectIssues
Get all issues associated with a project
Try it
linear_getCycles
Get a list of all cycles
Try it
linear_getActiveCycle
Get the currently active cycle for a team
Try it
linear_addIssueToCycle
Add an issue to a cycle
Try it
linear_getInitiatives
Get a list of all initiatives from Linear
Try it
linear_getInitiativeById
Get details of a specific initiative by ID
Try it
linear_createInitiative
Create a new initiative
Try it
linear_updateInitiative
Update an existing initiative
Try it
linear_archiveInitiative
Archive an initiative
Try it
linear_unarchiveInitiative
Unarchive an initiative
Try it
linear_deleteInitiative
Delete an initiative (move to trash)
Try it
linear_getInitiativeProjects
Get all projects associated with an initiative
Try it
linear_addProjectToInitiative
Add a project to an initiative
Try it
linear_removeProjectFromInitiative
Remove a project from an initiative
Try it
linear_getIssues
Get a list of recent issues from Linear
Try it
linear_getIssueById
Get a specific issue by ID or identifier (e.g., ABC-123)
Try it
linear_searchIssues
Search for issues with various filters
Try it
linear_createIssue
Create a new issue in Linear
Try it
linear_updateIssue
Update an existing issue in Linear
Try it
linear_createComment
Add a comment to an issue in Linear (supports threaded replies)
Try it
linear_addIssueLabel
Add a label to an issue in Linear
Try it
linear_removeIssueLabel
Remove a label from an issue in Linear
Try it
linear_assignIssue
Assign an issue to a user
Try it
linear_subscribeToIssue
Subscribe to issue updates
Try it
linear_convertIssueToSubtask
Convert an issue to a subtask
Try it
linear_createIssueRelation
Create relations between issues (blocks, is blocked by, etc.)
Try it
linear_archiveIssue
Archive an issue
Try it
linear_setIssuePriority
Set the priority of an issue
Try it
linear_transferIssue
Transfer an issue to another team
Try it
linear_duplicateIssue
Duplicate an issue
Try it
linear_getIssueHistory
Get the history of changes made to an issue
Try it
linear_getComments
Get all comments for an issue
Try it