Hi,
We imported data from our previous bug tracking system into Jira. Now we noticed that values of two custom fields are missing. Is there a simple way to update the missing fields?
I tried using the command line to run from csv file using
jira --action runFromCsv --file
and in the file I used updateIssue, but it tried to edit the issue and this fails sometimes because of permissions and validations, so using this will require a lot of changes before it can run smoothly.
I also tried running the regular import from csv, but I could not get it to update an existing issue.
I’m thinking of making the changes directly in the DB, but prefer not to use this unless there is no other way.
Is there a better way to do this ?
Thanks,
Alon