Jira - Export new/updated issues in Jira trigger (bulk)

The Export new/updated issues in Jira (bulk) trigger retrieves new or updated issues from Jira on a schedule you specify.

You can use this trigger with the Get issue schema for Jira action to retrieve an issue's schema and replicate it to a database or data warehouse.

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 contents of the issue 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 created or updated.
Object schemaContains information about the schema of the object, including the fields specified in the Fields to retrieve input.
New/updated fromThe time and date the record was created or updated.

Last updated: