Jira - New/updated comment trigger (real-time)

The New/updated comment (real-time) trigger monitors Jira for new or updated comments in real-time.

COMMENT ACCESS

Workato only triggers jobs from comments that the connected Jira account has access to.

Prerequisites

This trigger requires the administrators global permission in Jira and an authentication type other than OAuth 2.0.

Use the HTTP connector's New event via polling trigger or the Webhooks connector if the connected Jira account doesn't have this permission.

Refer to How Jira real-time triggers work in Workato for more information.

Input

Input fieldDescription
JQL where clauseEnter a JQL query to filter records by. For example: project = "PRJ" AND status = "Done".

This field only supports the following queries: issueKey, project, issuetype, status, assignee, reporter, issue, property, and cf[id]. The ORDER BY clause isn't supported. Refer to the Jira documentation to learn more about JQL.

Output

Output fieldDescription
SelfThe API URL of the new or updated comment.
IDThe Jira identifier of the new or updated comment.
AuthorContains information about the user who originally made the comment, including Name and Account ID.
BodyThe string content of the comment.
Update authorContains information about the user who updated the comment, including Name and Account ID.
CreatedThe date and time when the comment was created.
UpdatedThe date and time when the comment was updated.
VisibilityContains information about the comment's visibility settings, including Type and Value.

Last updated: