The Jira source supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.
Several output streams are available from this source:
- Application roles
- Avatars
- Dashboards
- Filters
- Filters
- Filter sharing
- Groups
- Issues
- Issue comments
- Issue fields
- Issue field configurations
- Issue custom field contexts
- Issue link types
- Issue navigator settings
- Issue notification schemes
- Issue priorities
- Issue properties
- Issue remote links
- Issue resolutions
- Issue security schemes
- Issue type schemes
- Issue type screen schemes
- Issue votes
- Issue watchers
- Issue worklogs
- Jira settings
- Labels
- Permissions
- Permission schemes
- Projects
- Project avatars
- Project categories
- Project components
- Project email
- Project permission schemes
- Project types
- Project versions
- Screens
- Screen tabs
- Screen tab fields
- Screen schemes
- Time tracking
- Users
- Workflows
- Workflow schemes
- Workflow statuses
- Workflow status categories
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? | |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | Only Issues and Issue worklogs |
Replicate Incremental Deletes | Coming soon | |
SSL connection | Yes | |
Namespaces | No |
The Jira connector should not run into Jira API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Jira API Token
- Jira Email
- Jira Domain
Please follow the Jira confluence for generating an API token.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.7 | 2021-07-28 | #4947 | Source Jira: fixing schemas accordinately to response. |
0.2.7 | 2021-07-19 | #4817 | Fixed labels schema properties issue. |
0.2.6 | 2021-06-15 | #4113 | Fixed user stream with the correct endpoint and query param. |
0.2.5 | 2021-06-09 | #3973 | Added AIRBYTE_ENTRYPOINT in base Docker image for Kubernetes support. |
0.2.4 | Implementing base_read acceptance test dived by stream groups. | ||
0.2.3 | Implementing incremental sync. Migrated to airbyte-cdk. Adding all available entities in Jira Cloud. |