Linear
Project Management

Linear Connector

Connect to Linear to search, create, and manage issues, projects, and teams via GraphQL.

$pip install "toolsconnector[linear]"
19
Actions
Project Management
Category
Free
Apache 2.0

All 19 Actions

Action Description Parameters Returns
add_comment ⚠Add a comment to an issueissue_id, bodyLinearComment
create_issue ⚠Create a new issueteam_id, title  [description, priority, assignee_id]LinearIssue
create_label ⚠Create a new issue labelteam_id, name  [color]LinearLabel
delete_issue ⚠Delete an issue by IDissue_idbool
delete_project ⚠Delete a project by IDproject_idbool
get_cycleGet a single cycle by IDcycle_idLinearCycle
get_issueGet a single issue by IDissue_idLinearIssue
get_userGet a single user by IDuser_idLinearUser
get_workflow_statesGet workflow states for a teamteam_idlist
list_cyclesList cycles, optionally filtered by team[team_id, limit, cursor]PaginatedList[LinearCycle]
list_issue_commentsList comments on an issueissue_idlist
list_issuesList issues with optional team and state filters[team_id, state, limit, cursor]PaginatedList[LinearIssue]
list_labelsList issue labels, optionally filtered by team[team_id]list
list_projectsList projects with pagination[limit, cursor]PaginatedList[LinearProject]
list_teamsList all teams in the workspacelist
list_usersList all users in the workspace[limit, cursor]PaginatedList[LinearUser]
search_issuesSearch issues by text queryquery  [limit, cursor]PaginatedList[LinearIssue]
update_issueUpdate an existing issueissue_id  [title, description, state_id, priority]LinearIssue
update_project ⚠Update an existing projectproject_id  [name, description, state]LinearProject
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing