Feature | Supported? | |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | Only Issues |
Replicate Incremental Deletes | Coming soon | |
SSL connection | Yes |
Check out common troubleshooting issues for the Jira connector on our Discourse here.
This source is capable of syncing the following tables and their data:
- 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.
The following tables depend on undocumented internal Jira API endpoints and are therefore subject to stop working if those endpoints undergo major changes. While they will not cause a sync to fail, they may not be able to pull any data. Use the "Enable Experimental Streams" option when setting up the source to allow or disallow these tables to be selected when configuring a connection.
- Pull Requests (currently only GitHub PRs are supported)
- Jira API Token
- Jira Email
- Jira Domain
Please follow the Jira confluence for generating an API token.
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.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.21 | 2022-07-28 | #15135 | Adds components to fields object on issues stream |
0.2.20 | 2022-05-25 | #13202 | Adds resolutiondate to fields object on issues stream |
0.2.19 | 2022-05-04 | #10835 | Change description for array fields |
0.2.18 | 2021-12-23 | #7378 | Adds experimental endpoint Pull Request |
0.2.17 | 2021-12-23 | #9079 | Update schema for filters stream + fix fetching filters stream |
0.2.16 | 2021-12-21 | #8999 | Update connector fields title/description |
0.2.15 | 2021-11-01 | #7398 | Add option to render fields in HTML format and fix sprint_issue ids |
0.2.14 | 2021-10-27 | #7408 | Fix normalization step error. Fix schemas. Fix acceptance-test-config.yml . Fix streams.py . |
0.2.13 | 2021-10-20 | #7222 | Source Jira: Make recently added configs optional for backwards compatibility |
0.2.12 | 2021-10-19 | #6621 | Add Board, Epic, and Sprint streams |
0.2.11 | 2021-09-02 | #6523 | Add cache and more streams (boards and sprints) |
0.2.9 | 2021-07-28 | #5426 | Changed cursor field from fields.created to fields.updated for Issues stream. Made Issues worklogs stream full refresh. |
0.2.8 | 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. |