Data Source - JIRA
  • 07 Dec 2022
  • Dark
    Light
  • PDF

Data Source - JIRA

  • Dark
    Light
  • PDF

Article Summary

Note

This is a machine-translated version of the original Japanese article.
Please understand that some of the information contained on this page may be inaccurate.

summary

This is a help page for setting up JIRA Software to transfer data.

Supported Protocols

constraint

  • Nothing in particular

Setting items

STEP1 Basic settings

Itemnamerequireddefaultvaluedescription
JIRA connection informationYes-From the connection information registered in advance, select the one that has the necessary permissions for this connection setting.
For details on how to set connection information, please refer to the JIRA connection settings page.
JQLYes-Enter the Jira Query Language (JQL) to import issues.
ExpandNo-Additional columns can be specified.
Please refer to the official JIRA REST API documentation for possible values.
Automatic JSON column expansion optionsYesDo not expandIf you select Automatically expand JSON columns, they will expand as follows:

Example:
(contents of the original JSON column) {"id": 10, "person": {"age": 30}}
(expanded column name) (JSON column name).id, (JSON column name).person.age

In the destination, use a period ( . ) is not available, please note that an error will occur at the time of transfer.
If you want to set the expansion method of JSON columns in detail, please also use the column definition in STEP2.

STEP2 Advanced settings

FieldDefault Value
Retry interval (seconds)1
Maximum number of retries5
Maximum retrievals per API request50

Was this article helpful?