Beyond-Bot.ai Logo+linear Logo

Beyond-Bot.ai + linear

Linear is a streamlined issue tracking and project planning tool for modern teams, featuring fast workflows, keyboard shortcuts, and GitHub integrations

What You Can Do with this Integration

Automate Data Entry

Automatically sync new contacts or deals from Beyond-Bot.ai to linear.

Enrich Customer Profiles

Use Beyond-Bot.ai to find and add new information to your records in linear.

Trigger Workflows

Start automated workflows in linear based on conversations with your virtual expert.

Available Actions

Here are the specific actions your virtual expert can perform within linear.

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.

Create Project

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

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

Retrieves all teams with their members. optionally filters each team's associated projects by 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.