Procedures

Automation procedures in the Linear book.

The following documentation is for Linear v1.0.7 (BDK).

to create an issue

Create an issue in Linear.

Input Concepts

Concept
Description
Type
Required
Default Value

title

The title of the issue.

text

Yes

(no default)

description

The description of the issue.

text

Yes

(no default)

The team in which you want to create the issue.

linear team

Yes

(no default)

Output Concepts

Concept
Description
Type

the issue: The created issue.

linear team

Examples

get some teams
use the first team as the team
create an issue
   the title is "Test Issue"
   the description is "This is a test issue"
   the team is the team

to get the (issues)

FILTER - CAPABLE

Fetch the issues matching the filters (if any).

Output Concepts

Concept
Description
Type

the list of issues

linear team

Examples

the states are "Todo", "Backlog" and "In Progress"
get the issues whose assignee email is "[email protected]" and whose state name is in the states

to get the (teams)

FILTER - CAPABLE

Fetch the teams matching the filters (if any).

Output Concepts

Concept
Description
Type

the list of teams

linear team

Examples

get some teams

to get the (users) from a team

Get the users from a team.

Input Concepts

Concept
Description
Type
Required
Default Value

The linear team from which you want to get the users.

linear team

Yes

(no default)

Output Concepts

Concept
Description
Type

the users: The list of users in the team.

linear user

Examples

get some teams
get some users from the first team

Last updated

Was this helpful?