Procedures
Automation procedures in the Linear book.
Make sure to add the Linear book to your agent before using these automation procedures.
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)
Output Concepts
Concept
Description
Type
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)
Fetch the issues matching the filters (if any).
Output Concepts
Concept
Description
Type
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)
Fetch the teams matching the filters (if any).
Output Concepts
Concept
Description
Type
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
Output Concepts
Concept
Description
Type
Examples
get some teams
get some users from the first team
Last updated
Was this helpful?