I migrated the JIRA Software(Server) to JIRA Software(Cloud) via Jira Cloud Migration Assistant.
After that migration, I checked the JIRA projects had been migrated completely with attachment files, but there is no google drive attachment link in every issues.
How can I add the google drive attachment links in every issues?
Hi @유주형/Yoo Ju Hyoung(BA_ITS팀)
I had a similar case, and what we did to solve it was to create a bash script and get a csv showing those Issues that had a URL field pointing to google drive, we extracted the URL from the CSV and through a vlookup to return the Issues that had the lref property.
Then we made an import to jira cloud another csv updating the corresponding URL field for each of the Issues that were necessary.
I hope it helps you.
Greetings
First of All, Thank you for your reply.
I just finished without google drive link, but I will try your solution.
Best Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.