JIRA
Prerequisites
To set up the Jira source, you will need the following:
- API Token
- Jira Domain
- Associated Email Address
Steps to Configure the Jira Source
- On the source setup screen, choose Jira from the Source type dropdown list.
- Provide a name for your Jira connector.
- Input the API Token you generated earlier. This token is essential for Basic Authentication to your Jira account.
- Specify the domain of your Jira instance.
- Enter the email address linked to your Jira account, which was used during API token creation. This also facilitates Basic Authentication.
- Optionally, add a list of specific project keys to replicate data from. If left blank, data from all projects will be pulled.
- Optionally, define a Start Date in the format
YYYY-MM-DDTHH:MM:SSZ
to begin replicating data from that timestamp onward. If not specified, all available data will be synced. This filter applies to certain data streams such as:
- Board Issues
- Issue Comments
- Issue Properties
- Issue Remote Links
- Issue Votes
- Issue Watchers
- Issue Worklogs
- Issues
- Pull Requests
- Sprint Issues
For other data streams, the connector retrieves all records regardless of date.
Available Synchronization Modes
The Jira connector supports these synchronization methods:
- Full Refresh – Overwrite
- Full Refresh – Append
- Incremental – Append
- Incremental – Append with Deduplication