Skip to main content

Jira Setup Guide

Prerequisites

  • Access to a Jira account with admin privileges
  • Jira API Token
  • Jira Account Domain

Setup Guide

  1. Enter the Domain for your Jira account, e.g. matia.atlassian.net.
  2. Enter the Email for your Jira account. This field is used for authorization to your account.
  3. Enter the API Token that you have created using your Jira account. This field token is used for authorization to your account.
  4. (Optional) Enter the list of non-private Projects to filter by when replicating data for the Issue stream. If left empty, data from all projects will be synced.
  5. Enter a Name for the connector.
  6. (Optional) Enter a Description for the connector.
  7. Select the Owner of the connector.
  8. (Optional) Verify that your Jira account is successfully connected by clicking on Test Connection.
  9. 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_HISTORY table.
  • If a field's field value is a primitive type, it will be saved in the ISSUE_FIELD_HISTORY table.
  • The value of select fields is saved in the FIELD_OPTION table. An ID referencing the respective value is saved in either the ISSUE_FIELD_HISTORY or the ISSUE_MULTISELECT_HISTORY table.