Linear Integration
Linear API Operations
Browse all 33 operations available for Linear workflow automation.
project-management
33 operationsLINEAR_CREATE_COMMENT_REACTIONAdd reaction to comment
Tool to add a reaction to an existing Linear comment.
LINEAR_CREATE_LINEAR_PROJECTCreate Project
Creates a new Linear project with specified name and team associations.
LINEAR_CREATE_PROJECT_MILESTONECreate Project Milestone
Tool to create a project milestone in Linear with a name and optional target date and sort order.
LINEAR_CREATE_PROJECT_UPDATECreate Project Update
Tool to create a project status update post for a Linear project.
LINEAR_CREATE_LINEAR_COMMENTCreate a comment
Creates a new comment on a specified Linear issue.
LINEAR_CREATE_LINEAR_LABELCreate a label
Creates a new label in Linear for a specified team, used to categorize and organize issues.
LINEAR_CREATE_ATTACHMENTCreate attachment
Creates a new attachment and associates it with a specific, existing Linear issue.
LINEAR_CREATE_LINEAR_ISSUE_RELATIONCreate issue relation
Create a relationship between two Linear issues using the issueRelationCreate mutation.
LINEAR_CREATE_LINEAR_ISSUECreate linear issue
Creates a new issue in a specified Linear project and team, requiring teamid and title, and allowing optional properties like description, assignee, state,…
LINEAR_DELETE_LINEAR_ISSUEDelete issue
Archives an existing Linear issue by its ID, which is Linear's standard way of deleting issues; the operation is idempotent.
LINEAR_GET_ATTACHMENTDownload issue attachments
Downloads a specific attachment from a Linear issue; the filename must include the correct file extension.
LINEAR_GET_LINEAR_ISSUEGet Linear issue
Retrieves an existing Linear issue's comprehensive details, including id, identifier, title, description, timestamps, state, team, creator, attachments,…
LINEAR_GET_LINEAR_PROJECTGet Linear project
Retrieves a single Linear project by its unique identifier.
LINEAR_LIST_LINEAR_CYCLESGet all cycles
Retrieves all cycles (time-boxed sprint iterations) org-wide from the Linear account; no filters applied.
LINEAR_GET_ALL_LINEAR_TEAMSGet all teams (Deprecated)
DEPRECATED: Use ListLinearTeams instead (returns paginated payloads with members and projects); this tool returns simpler id/name-level data for all teams…
LINEAR_GET_ISSUE_DEFAULTSGet create issue default params
Fetches a Linear team's default issue estimate and state, useful for pre-filling new issue forms.
LINEAR_GET_CURRENT_USERGet current user
Gets the currently authenticated user's ID, name, email, and other profile information — this is the account behind the API token, which may be a bot or…
LINEAR_GET_CYCLES_BY_TEAM_IDGet cycles by team ID
Retrieves all cycles for a specified Linear team ID; cycles are time-boxed work periods (like sprints).
LINEAR_LIST_LINEAR_LABELSGet labels
Retrieves labels from Linear.
LINEAR_LIST_LINEAR_TEAMSGet teams
Retrieves all teams with their members and projects.
LINEAR_LIST_LINEAR_ISSUESList Linear issues
Lists non-archived Linear issues; if projectid is not specified, issues from all accessible projects are returned.
LINEAR_LIST_LINEAR_STATESList Linear states
Retrieves all workflow states for a specified team in Linear, representing the stages an issue progresses through in that team's workflow.
LINEAR_LIST_LINEAR_USERSList Linear users
Lists all workspace users (not team-scoped) with their IDs, names, emails, and active status.
LINEAR_LIST_ISSUE_DRAFTSList issue drafts
Tool to list issue drafts.
LINEAR_LIST_ISSUES_BY_TEAM_IDList issues by team ID
Tool to list all issues for a specific Linear team, scoped by team ID.
LINEAR_LIST_LINEAR_PROJECTSList linear projects
Retrieves all projects from the Linear account.
LINEAR_REMOVE_ISSUE_LABELRemove label from Linear issue
Removes a specified label from an existing Linear issue using their IDs; successful even if the label isn't on the issue.
LINEAR_REMOVE_REACTIONRemove reaction from comment
Tool to remove a reaction on a comment.
LINEAR_RUN_QUERY_OR_MUTATIONRun Query or Mutation
Execute any GraphQL query or mutation against Linear's API.
LINEAR_SEARCH_ISSUESSearch Linear issues
Search Linear issues using full-text search across identifier, title, and description.
LINEAR_UPDATE_LINEAR_PROJECTUpdate Project
Tool to update an existing Linear project.
LINEAR_UPDATE_LINEAR_COMMENTUpdate a comment
Tool to update an existing Linear comment's body text.
LINEAR_UPDATE_ISSUEUpdate issue
Updates an existing Linear issue using its issueid; requires at least one other attribute for modification, and all provided entity IDs (for state, assignee,…