JIRA Incremental Configuration

Advanced Configuration

In JIRA data source, the option for incremental read can be enabled or disabled. Based on the selection, configure each field as explained below:

Incremental Read: The options available in Incremental Read are:

Enable: It can be selected to read the desired data incrementally from the specified column as per the input start date.

Disable: It can be selected to read the data within a specific range by providing the start date and an end date.

Column: The timestamp field should be selected on which the condition to fetch data will be applied as per the incremental read type.

Start Date: Records with timestamp value greater than or equal to the specified start date will be fetched at the runtime.

End Date: Records with timestamp value less than or equal to the specified end date will be fetched at the runtime.

Top