Jira Setup Guide
Prerequisites
- Access to a Jira account with admin privileges
- Jira API Token
- Jira Account Domain
Setup Guide
- Enter the Domain for your Jira account, e.g.
matia.atlassian.net. - Enter the Email for your Jira account. This field is used for authorization to your account.
- Enter the API Token that you have created using your Jira account. This field token is used for authorization to your account.
- (Optional) Enter the list of
non-privateProjects to filter by when replicating data for the Issue stream. If left empty, data from all projects will be synced. - Enter a Name for the connector.
- (Optional) Enter a Description for the connector.
- Select the Owner of the connector.
- (Optional) Verify that your Jira account is successfully connected by clicking on Test Connection.
- Click Connect.
Supported Streams
This connector outputs the following streams:
- Asset Object (Full Refresh)
- Asset Object Schema(Full Refresh)
- Asset Object Status(Full Refresh)
- Asset Object Type (Full Refresh)
- Board (Full Refresh)
- Component (Full Refresh)
- Field (Full Refresh)
- Issue (Full Refresh, Incremental)
- Issue Type (Full Refresh)
- Permission (Full Refresh)
- Permission Scheme (Full Refresh)
- Priority (Full Refresh)
- Project (Full Refresh)
- Project Category (Full Refresh)
- Project Role (Full Refresh)
- Resolution (Full Refresh)
- Security Level (Full Refresh)
- Security Scheme (Full Refresh)
- Sprint (Full Refresh)
- Status (Full Refresh)
- Status Category (Full Refresh)
- User (Full Refresh)
Supported Jira Custom Field Types
- com.pyxis.greenhopper.jira:jsw-story-points
- com.pyxis.greenhopper.jira:gh-sprint
- com.pyxis.greenhopper.jira:gh-lexo-rank
- com.pyxis.greenhopper.jira:gh-epic-link
- com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf
- com.atlassian.jira.plugin.system.customfieldtypes:float
- com.atlassian.jira.plugin.system.customfieldtypes:select
- com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes
- com.atlassian.jira.plugin.system.customfieldtypes:multiselect
- com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker
- com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker
- com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons
- com.atlassian.jira.plugin.system.customfieldtypes:labels
- com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect
- com.atlassian.jira.plugin.system.customfieldtypes:textfield
- com.atlassian.jira.plugin.system.customfieldtypes:atlassian-team
- com.atlassian.servicedesk.approvals-plugin:sd-approvals
- com.atlassian.servicedesk:vp-origin
- com.atlassian.servicedesk:sd-sla-field
- com.atlassian.servicedesk:sd-request-participants
Issue Field History Tables
- If a field's value is an array, it will be saved in the
ISSUE_MULTISELECT_HISTORYtable. - If a field's field value is a primitive type, it will be saved in the
ISSUE_FIELD_HISTORYtable. - The value of select fields is saved in the
FIELD_OPTIONtable. An ID referencing the respective value is saved in either theISSUE_FIELD_HISTORYor theISSUE_MULTISELECT_HISTORYtable.