Jira - Export new issues in Jira trigger

The Export new issues in Jira trigger retrieves new issues from Jira on a schedule you specify.

Refer to the ETL/ELT documentation for more information about bulk triggers and ELT/ETL processes.

ISSUE ACCESS

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

Input

Input fieldDescription
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 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.
Fields to retrieveSelect the fields to retrieve from the object. Workato retrieves all navigable fields by default.
When exporting records to form the CSV, fetch them in batches ofOptional. Enter the number of issues to include in each batch. The default and maximum value is 100.
Schedule settingsConfigure the trigger schedule. Refer to the scheduler trigger to configure this section.

Output

Output fieldDescription
CSV contentThe results of the search as a CSV stream. You can write this datapill to a file using a file connector such as Box or SFTP, or parse it using the CSV tools by Workato Parse CSV action.
Object nameThe type of object that was exported.
Object schemaContains information about the schema of the object, including the fields specified in the Fields to retrieve input.
New FromThe date and time the object was created.

Last updated: