Linear (API key) Integration
Connect Linear (API key) to Arahi's no-code AI agents and automate workflows in minutes.
About the Linear (API key) integration
Linear helps streamline software projects, sprints, tasks, and bug tracking. It's built for high-performance teams. With Arahi AI, you can connect Linear (API key) to Asana, awork, Basecamp and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Project Management
- Authentication
- keys
Linear (API key) automation use cases
- Bug report → triaged task
- Turn Slack or Intercom messages into Linear (API key) tickets with labels, owner, and priority pre-set.
- Sprint digest to stakeholders
- Summarize Linear (API key) sprint progress into a weekly email for stakeholders — no manual report.
- Blocked-task escalation
- Ping managers when a Linear (API key) task sits in 'blocked' status for more than 48 hours.
- Time-tracking sync
- Sync Linear (API key) task time estimates and actuals into billing and resourcing tools.
Linear (API key) workflow examples
- Post Issue Created Trigger to Slack engineering
Linear's Issue Created Trigger fires a message into a Slack engineering channel with title, team, and assignee, keeping the room aware without polling.
Issue Created Trigger fires then Slack engineering channel posts.
- Run Create linear issue from Sentry alerts
Sentry new issue webhooks call Create linear issue in the owning team's project with stack trace, turning runtime errors into tracked engineering work.
Sentry issue surfaces then Create linear issue runs in Linear.
- Mirror Issue Updated Trigger into HubSpot
Linear's Issue Updated Trigger on customer-tagged issues writes a note onto the matching HubSpot deal, giving CSMs status without Linear seats.
Issue Updated Trigger fires then HubSpot deal note added.
Linear (API key) triggers
- Comment Received Trigger
- Triggered when a comment is received.
- Issue Created Trigger
- Triggered when a new issue is created.
- Issue Updated Trigger
- Triggered when an issue is updated. For example labels are changed, issue status is changed, etc.
Linear (API key) actions
- Create linear attachment
- Creates a new attachment and associates it with a specific, existing linear issue.
- Create a comment
- Creates a new comment on a specified linear issue.
- Create linear issue
- Creates 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.
- Get create issue default params
- Fetches a linear team's default issue estimate and state, useful for pre-filling new issue forms.
- Create a label
- Creates a new label in linear for a specified team, used to categorize and organize issues.
- Delete issue
- Archives an existing linear issue by its id, which is linear's standard way of deleting issues; the operation is idempotent.
- Get all teams
- Retrieves all teams from the linear workspace without requiring any parameters.
- Download issue attachments
- Downloads a specific attachment from a linear issue; the `file name` must include the correct file extension.
- Get current user
- Gets the currently authenticated user's id, name, email, and other profile information. use this to identify 'me' in other linear operations that require user id filtering.
- Get cycles by team ID
- Retrieves 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.
- Get Linear issue
- Retrieves an existing linear issue's comprehensive details, including title, description, attachments, and comments.
- Get all cycles
- Retrieves all cycles (time-boxed iterations for work) from the linear account; no filters are applied.
- List Linear issues
- Lists non-archived linear issues; if project id is not specified, issues from all accessible projects are returned. can also filter by assignee id to get issues assigned to a specific user.
- Get labels by team
- Retrieves all labels associated with a given team id in linear; the team id must refer to an existing team.
- List linear projects
- Retrieves all projects from the linear account.
- 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.
- Get teams by project
- Retrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.
- List Linear users
- Lists all users in the linear workspace with their ids, names, emails, and active status.
- 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.
- Run Query or Mutation
- Wildcard action that executes any graphql query or mutation against the linear api. use this as a fallback when no specific action exists for your use case, or when you need to perform complex operations not covered by other linear actions. supports full graphql capabilities including custom queries, mutations, and advanced filtering.
- Update issue
- Updates 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.) must be valid.