Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to import thirdpart system issues into new datacenter instance by JSON importer with API

Colin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 12, 2024

In guidance,we can import thirdpart system issues manual.How can I integrate these process into a  single workflow.

1 answer

0 votes
Ivan Lima
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 14, 2024

Welcome to the Atlassian Community.

The JSON importer wizard is primarily a one-off tool designed for use through the UI. Although you can run it multiple times, I suggest automating your JSON data import process using the Jira REST APIs. The APIs allow for the bulk import of issues and offer a better format for handling your data. You can create a script to extract data from your third-party system, transform it to ensure compatibility with Jira, and use Jira REST APIs to bulk import your data.

Colin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 16, 2024

Greate thanks for yours advice.

Cause the REST APIs can`t surpport a full JSON data way into Jira system.I may try to insert records data via SQL file into jiraissue table,and then use Jira REST APIs to bulk import other customfiled values and history change data into the new Jira instance.

Good luck to me. = =

Ivan Lima
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 16, 2024

Please don't. Don't insert data directly into the database. I'm sorry to highlight this in bold. It will likely cause other problems. APIs should do the trick for you. Please continue to explore APIs or alternative scripting solutions using apps. Feel free to share your challenges and limitations so we can assist, but don't insert data directly into the database.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.22
TAGS
AUG Leaders

Atlassian Community Events