Linear Integration

Linear API Operations

Browse all 33 operations available for Linear workflow automation.

project-management

33 operations
ActionLINEAR_CREATE_COMMENT_REACTION

Add reaction to comment

Tool to add a reaction to an existing Linear comment.

2 input
ActionLINEAR_CREATE_LINEAR_PROJECT

Create Project

Creates a new Linear project with specified name and team associations.

9 input
ActionLINEAR_CREATE_PROJECT_MILESTONE

Create Project Milestone

Tool to create a project milestone in Linear with a name and optional target date and sort order.

5 input
ActionLINEAR_CREATE_PROJECT_UPDATE

Create Project Update

Tool to create a project status update post for a Linear project.

4 input
ActionLINEAR_CREATE_LINEAR_COMMENT

Create a comment

Creates a new comment on a specified Linear issue.

2 input
ActionLINEAR_CREATE_LINEAR_LABEL

Create a label

Creates a new label in Linear for a specified team, used to categorize and organize issues.

4 input
ActionLINEAR_CREATE_ATTACHMENT

Create attachment

Creates a new attachment and associates it with a specific, existing Linear issue.

4 input
ActionLINEAR_CREATE_LINEAR_ISSUE_RELATION

Create issue relation

Create a relationship between two Linear issues using the issueRelationCreate mutation.

3 input
ActionLINEAR_CREATE_LINEAR_ISSUE

Create 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,…

12 input
ActionLINEAR_DELETE_LINEAR_ISSUE

Delete issue

Archives an existing Linear issue by its ID, which is Linear's standard way of deleting issues; the operation is idempotent.

1 input
ActionLINEAR_GET_ATTACHMENT

Download issue attachments

Downloads a specific attachment from a Linear issue; the filename must include the correct file extension.

3 input
ActionLINEAR_GET_LINEAR_ISSUE

Get Linear issue

Retrieves an existing Linear issue's comprehensive details, including id, identifier, title, description, timestamps, state, team, creator, attachments,…

1 input
ActionLINEAR_GET_LINEAR_PROJECT

Get Linear project

Retrieves a single Linear project by its unique identifier.

4 input
ActionLINEAR_LIST_LINEAR_CYCLES

Get all cycles

Retrieves all cycles (time-boxed sprint iterations) org-wide from the Linear account; no filters applied.

2 input
ActionLINEAR_GET_ALL_LINEAR_TEAMS

Get 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…

2 input
ActionLINEAR_GET_ISSUE_DEFAULTS

Get create issue default params

Fetches a Linear team's default issue estimate and state, useful for pre-filling new issue forms.

1 input
ActionLINEAR_GET_CURRENT_USER

Get 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…

ActionLINEAR_GET_CYCLES_BY_TEAM_ID

Get cycles by team ID

Retrieves all cycles for a specified Linear team ID; cycles are time-boxed work periods (like sprints).

1 input
ActionLINEAR_LIST_LINEAR_LABELS

Get labels

Retrieves labels from Linear.

1 input
ActionLINEAR_LIST_LINEAR_TEAMS

Get teams

Retrieves all teams with their members and projects.

1 input
ActionLINEAR_LIST_LINEAR_ISSUES

List Linear issues

Lists non-archived Linear issues; if projectid is not specified, issues from all accessible projects are returned.

6 input
ActionLINEAR_LIST_LINEAR_STATES

List Linear states

Retrieves all workflow states for a specified team in Linear, representing the stages an issue progresses through in that team's workflow.

1 input
ActionLINEAR_LIST_LINEAR_USERS

List Linear users

Lists all workspace users (not team-scoped) with their IDs, names, emails, and active status.

2 input
ActionLINEAR_LIST_ISSUE_DRAFTS

List issue drafts

Tool to list issue drafts.

2 input
ActionLINEAR_LIST_ISSUES_BY_TEAM_ID

List issues by team ID

Tool to list all issues for a specific Linear team, scoped by team ID.

4 input
ActionLINEAR_LIST_LINEAR_PROJECTS

List linear projects

Retrieves all projects from the Linear account.

2 input
ActionLINEAR_REMOVE_ISSUE_LABEL

Remove 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.

2 input
ActionLINEAR_REMOVE_REACTION

Remove reaction from comment

Tool to remove a reaction on a comment.

1 input
ActionLINEAR_RUN_QUERY_OR_MUTATION

Run Query or Mutation

Execute any GraphQL query or mutation against Linear's API.

2 input
ActionLINEAR_SEARCH_ISSUES

Search Linear issues

Search Linear issues using full-text search across identifier, title, and description.

4 input
ActionLINEAR_UPDATE_LINEAR_PROJECT

Update Project

Tool to update an existing Linear project.

11 input
ActionLINEAR_UPDATE_LINEAR_COMMENT

Update a comment

Tool to update an existing Linear comment's body text.

2 input
ActionLINEAR_UPDATE_ISSUE

Update 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,…

13 input