Close menu
Explore Plans
Mobile menu Close menu
Linear

New comment posted

This trigger fires when a new comment is posted on an issue.

Developer info

API endpoint slug
linear.new_comment_posted

Trigger fields

Team Dropdown list

Label
Which team?
Helper text
Optionally, only watch comments on issues in this team.
Slug
team
Required
true
Can have default value
false

Ingredients

Comment body The text of the comment.

Slug
comment_body
Filter code
Linear.newCommentPosted.CommentBody
Type
String
Example
I can reproduce this on staging.

Comment author The name of the person who wrote the comment.

Slug
comment_author
Filter code
Linear.newCommentPosted.CommentAuthor
Type
String
Example
Jordan Lee

Issue identifier The identifier of the issue the comment was posted on, e.g. ENG-123.

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

Issue title The title of the issue the comment was posted on.

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

Issue url A link to the issue in Linear.

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

Comment url A link to the comment in Linear.

Slug
comment_url
Filter code
Linear.newCommentPosted.CommentUrl
Type
Web URL
Example
https://linear.app/acme/issue/ENG-123#comment-9f2c

Comment created at When the comment was posted.

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