Close menu
Explore Plans
Mobile menu Close menu
Linear

New issue created

This trigger fires when a new issue is created in a team you choose.

Developer info

API endpoint slug
linear.new_issue_created

Trigger fields

Team Dropdown list

Label
Which team?
Helper text
The team whose new issues should trigger this applet. Leave empty to watch all teams.
Slug
team
Required
true
Can have default value
false

Label Dropdown list

Label
Only with this label?
Helper text
Optionally, only fire for new issues that carry this label.
Slug
label
Required
true
Can have default value
false

Ingredients

Issue identifier The human-readable issue identifier, e.g. ENG-123.

Slug
issue_identifier
Filter code
Linear.newIssueCreated.IssueIdentifier
Type
String
Example
ENG-123

Issue title The title of the issue.

Slug
issue_title
Filter code
Linear.newIssueCreated.IssueTitle
Type
String
Example
Fix login redirect loop

Issue description The description body of the issue.

Slug
issue_description
Filter code
Linear.newIssueCreated.IssueDescription
Type
String
Example
Users are stuck in a redirect loop after SSO login.

Issue status The workflow status the issue is in.

Slug
issue_status
Filter code
Linear.newIssueCreated.IssueStatus
Type
String
Example
In Progress

Issue priority The issue's priority label.

Slug
issue_priority
Filter code
Linear.newIssueCreated.IssuePriority
Type
String
Example
High

Issue assignee The name of the issue's assignee, empty when unassigned.

Slug
issue_assignee
Filter code
Linear.newIssueCreated.IssueAssignee
Type
String
Example
Alex Kim

Issue team The name of the team the issue belongs to.

Slug
issue_team
Filter code
Linear.newIssueCreated.IssueTeam
Type
String
Example
Engineering

Issue project The name of the project the issue belongs to, empty when none.

Slug
issue_project
Filter code
Linear.newIssueCreated.IssueProject
Type
String
Example
Q3 Auth Revamp

Issue url A link to the issue in Linear.

Slug
issue_url
Filter code
Linear.newIssueCreated.IssueUrl
Type
Web URL
Example
https://linear.app/acme/issue/ENG-123

Issue created at When the issue was created.

Slug
issue_created_at
Filter code
Linear.newIssueCreated.IssueCreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00