Linear

Tools

Name & DescriptionType
LINEAR_REMOVE_ISSUE_LABELRemoves a specified label from an existing Linear issue using their ids; successful even if the label isn't on the issue.
action
LINEAR_UPDATE_ISSUEUpdates an existing Linear issue using its `issue id`; requires at least one other attribute for modification, and all provided entity ids (for state, assignee, labels, etc.
action
LINEAR_CREATE_LINEAR_ATTACHMENTCreates a new attachment and associates it with a specific, existing Linear issue.
action
LINEAR_CREATE_LINEAR_COMMENTCreates a new comment on a specified Linear issue.
action
LINEAR_CREATE_LINEAR_ISSUECreates a new issue in a specified Linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.
action
LINEAR_CREATE_LINEAR_ISSUE_DETAILSFetches a Linear team's default issue estimate and state, useful for pre-filling new issue forms.
action
LINEAR_CREATE_LINEAR_LABELCreates a new label in Linear for a specified team, used to categorize and organize issues.
action
LINEAR_DELETE_LINEAR_ISSUEArchives an existing Linear issue by its id, which is Linear's standard way of deleting issues; the operation is idempotent.
action
LINEAR_GET_ATTACHMENTSDownloads a specific attachment from a Linear issue; the `file name` must include the correct file extension.
action
LINEAR_GET_CYCLES_BY_TEAM_IDRetrieves all cycles for a specified Linear team id; cycles are time-boxed work periods (like sprints) and the team id must correspond to an existing team.
action
LINEAR_GET_LINEAR_ISSUERetrieves an existing Linear issue's comprehensive details, including title, description, attachments, and comments.
action
LINEAR_LIST_LINEAR_CYCLESRetrieves all cycles (time-boxed iterations for work) from the Linear account; no filters are applied.
action
LINEAR_LIST_LINEAR_ISSUESLists non-archived Linear issues; if project id is not specified, issues from all accessible projects are returned.
action
LINEAR_LIST_LINEAR_LABELSRetrieves all labels associated with a given team id in Linear; the team id must refer to an existing team.
action
LINEAR_LIST_LINEAR_PROJECTSRetrieves all projects from the Linear account.
action
LINEAR_LIST_LINEAR_STATESRetrieves all workflow states for a specified team in Linear, representing the stages an issue progresses through in that team's workflow.
action
LINEAR_LIST_LINEAR_TEAMSRetrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.
action
LINEAR_RUN_QUERY_OR_MUTATIONExecutes a user-provided graphql query or mutation against the Linear API, intended for advanced data operations or those not covered by other specific actions.
action
LINEAR_COMMENT_EVENT_TRIGGERTriggered when a comment is received.
trigger
LINEAR_ISSUE_CREATED_TRIGGERTriggered when a new issue is created.
trigger
LINEAR_ISSUE_UPDATED_TRIGGERTriggered when an issue is updated.
trigger

Details

Installs

More than 1000

Actions

18

Triggers

3