Jira Connector CLI Setup Guide

Prerequisites

Before getting started please make sure to have the following:

  • Access to an active Jira account
  • Active Jira API Token Please refer to Pre-requisites step in the Jira Connector UI Setup Guide

Step 1 : Download an exising configuration

To get a template for the Jira connector configuration save the output of the describe --input-parameters command as follows:

datacoral collect describe --slice-type jira \
--input-parameters > jira_parameters_file.json

Step 2 : Update the parameters file

Modify the input parameters file (Ex.jira_parameters_file.json) by adding the auth_token, host and schedule at the connector level.

Example template:

{
"schedule": "0 0 * * *",
"auth_token": "YOUR_EMAIL_ADDRESS:YOUR_API_TOKEN",
"host": "YOUR_API_HOST"
}

Step 3 : Add the connector

datacoral collect add --slice-type jira --slice-name <connector-name> --parameters-file <params-file>
  • <connector-name> Name of your connector. A schema with this name is automatically created in your warehouse
  • <params-file> File path to your input parameters file. Ex. jira_parameters_file.json

Got questions? Interested?

Please contact Datacoral's Support Team, we'd be more than happy to answer any of your questions.