INTEGRATION

Linear actions

Manage issues, projects, and teams in Linear

Actions
16
Maintained by
Flomation

Every Linear action

  • Add CommentAdd a Markdown comment to an existing Linear issue.
  • Add LabelsAdd labels (by name or UUID) to an issue without removing existing labels.
  • Create IssueCreate a new Linear issue. Requires team_id (use List Teams to find it). Returns identifier and URL.
  • Delete CommentDelete a comment from a Linear issue by comment ID.
  • Get CommentRetrieve a single Linear comment by ID with full body text.
  • Get Current UserGet the user the API key belongs to (id, name, email): use for self-assignment.
  • Get IssueFetch a Linear issue by UUID or identifier (e.g. ENG-123). Returns full details.
  • List CommentsList comments on a Linear issue. Returns comment IDs, authors, and body text.
  • List IssuesList and filter Linear issues by team, project, state, assignee, priority, or label.
  • List LabelsList issue labels with their UUIDs. Use this to get the label UUIDs needed by update_issue.
  • List ProjectsList projects with their UUIDs. Use this to get the project UUID needed by create/update_issue.
  • List TeamsList all Linear teams with workflow states, labels, and members. Call first to get team_id.
  • List UsersList Linear workspace members. Returns user IDs, names, emails, and active status.
  • List Workflow StatesList workflow states (e.g. Todo, In Progress, Done, Cancelled) for a team. Use this to get state UUIDs needed by update_issue.
  • Search IssuesFull-text search across Linear issues by keyword.
  • Update IssueUpdate a Linear issue. Accepts UUID or identifier (e.g. ENG-123). Omitted fields are unchanged.

Wire Linear into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a Linear step can sit between a form, a database and a message without any glue code.