Jira Source
This is the Airbyte Community Jira source connector.
Main Source Settings
- Domain
- Projects
- API Token
- Start Date
- Additional Fields
Connection Settings
️ Table Prefix
For any connection with a Jira source, the table prefix must be of the form
foobar__jira__
with foobar as a string unique to this connection.
The following source streams are supported. More details here.
Stream | Sync | Destination Table |
---|---|---|
board_issues | Incremental | Append | tms_TaskBoardRelationship |
boards | Full refresh | Append | tms_TaskBoard, |
epics | Incremental | Append | tms_Epic |
issue_fields | Full refresh | Append | tms_Task, |
issues | Incremental | Append | tms_Task, |
project_versions | Full refresh | Append | tms_Release, |
projects | Full refresh | Append | tms_Project |
pull_requests | Incremental | Append | tms_TaskPullRequestAssociation |
sprint_issues | Incremental | Append | tms_Sprint |
sprints | Full refresh | Append | tms_Sprint |
users | Full refresh | Append | tms_User |
workflow_statuses | Full refresh | Append | tms_Tasks |
Notes
- Boards can span more than 1 Project
- A task (Jira issue) can appear on several Boards, hence tms_TaskBoardRelationship
Updated about 2 months ago