Jira - Updated issue trigger

The Updated issue trigger checks Jira for updated issues at an interval you specify.

ISSUE ACCESS

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

Input

Input fieldDescription
Trigger poll intervalOptional. Select how frequently to check for new events. The default and minimum value is five minutes.
When first started, this recipe should pick up events fromSpecify the date and time from which the recipe picks up trigger events. Defaults to one hour ago if left blank. You can't change this value after running or testing the recipe. Refer to Triggers to learn more about this input field.
JQL WHERE clauseFilter the records using a JQL query, such as project = "PRJ" AND status = "Done". Only issueKey, project, issuetype, status, assignee, reporter, issue.property, and cf[id] JQL queries are supported. Refer to the Jira documentation to learn more about JQL.

Output

Output fieldDescription
IDThe numeric Jira identifier of the updated issue. For example: 16982.
SelfThe API URL of the updated issue.
KeyThe human-readable Jira identifier for the updated issue. For example: SQ-16.
ChangelogContains information about previous changes to the issue, including Histories.
FieldsContains information about the issue's fields, including its Parent and Last Viewed time.

Last updated: