Skip to content

Latest commit

 

History

History
96 lines (79 loc) · 8.64 KB

jira.md

File metadata and controls

96 lines (79 loc) · 8.64 KB

Jira

Overview

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.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes Only Issues and Issue worklogs
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

Performance considerations

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.

Getting started

Requirements

  • Jira API Token
  • Jira Email
  • Jira Domain

Setup guide

Please follow the Jira confluence for generating an API token.

CHANGELOG

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.