This trigger fires when a new comment is posted on an issue.
- API endpoint slug
- linear.new_comment_posted
Trigger fields
- Label
- Which team?
- Helper text
- Optionally, only watch comments on issues in this team.
- Slug
- team
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- comment_body
- Filter code
- Linear.newCommentPosted.CommentBody
- Type
- String
- Example
- I can reproduce this on staging.
- Slug
- comment_author
- Filter code
- Linear.newCommentPosted.CommentAuthor
- Type
- String
- Example
- Jordan Lee
- Slug
- issue_identifier
- Filter code
- Linear.newCommentPosted.IssueIdentifier
- Type
- String
- Example
- ENG-123
- Slug
- issue_title
- Filter code
- Linear.newCommentPosted.IssueTitle
- Type
- String
- Example
- Fix login redirect loop
- Slug
- issue_url
- Filter code
- Linear.newCommentPosted.IssueUrl
- Type
- Web URL
- Example
- https://linear.app/acme/issue/ENG-123
- Slug
- comment_url
- Filter code
- Linear.newCommentPosted.CommentUrl
- Type
- Web URL
- Example
- https://linear.app/acme/issue/ENG-123#comment-9f2c
- Slug
- comment_created_at
- Filter code
- Linear.newCommentPosted.CommentCreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00