8.4 KiB
8.4 KiB
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:
- 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.
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.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. |