Forums

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

Transfering tickets from other ticket program

dirkteulings
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!
July 3, 2020

What is the correct way of importing tickets from another system?
We have tried it and we failed because of the:

UNFIXABLE ERROR: The issue with key XXX-166 has a null entry for the workflow step. (JRA-4714)

What is the correct way to fix this without cloning or changing issue types or even deleting those issues.

Is that even possible?

If not we should delete all the "broken" issue's and import them again, but this time correctly. Then the question becomes what is the correct way of doing this?

1 answer

0 votes
kaplankemal
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!
October 10, 2020

Although the DB migration is not suggested, you may still manage to inject your issue to a workspace. The key is to add proper records to OS_* tables.

There is an example code here;

https://github.com/kaplanke/JiraDBMigrate/

!! But, you should be extra careful while playing with the DB, because so many things can go wrong, and you may broke your applications integrity.

Suggest an answer

Log in or Sign up to answer