I need to bulk create items in Jira Cloud however the import seems to be CSV, in which we will then lose attachments.
Can anyone suggest a format, or migration tool in Jira which will upload attachments? This migration will be hundreds of tickets.
thanks for your question.
You will be able to import attachments via csv too. You need to put the link to the attachment into the csv file. Files musst be publicly accessible for Jira to pull them in.
Documentation on how to import attachments can be found here.
Hi @Naomi Fensome and @Kai Becker ,
I'm Fede Baronti from Deiser.
We develop a few apps for the Atlassian Marketplace. One of them is Exporter.
@Naomi Fensome with Exporter, you will be able to export your list of issues in CSV format, with Attachments. The attachments will be exported in a folder and prepared to be imported to the Cloud site following the steps that @Kai Becker just kindly shared (unfortunately, Exporter cannot import).
Hope this helps and if you decide to try out Exporter and you have any further questions, do not hesitate to let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Naomi Fensome – Amelie from the Appfire team here!
With Jira CLI, you can import data incl. attachments from a CSV file in bulk. If you don’t know the app yet, you can learn more about it here.
If you want to try it out, here’s a step-by-step guide:
1.) Create a CSV file with the issue key and path to the attachment see the example below.
issue,file
ABC-62, Downloads/attachment1.pdf
2) Execute the following CLI action (adjust the path based on the location of your CSV)
--action runFromCsv --file "/Users/appfireuser001/CLIInstaller/attachments.csv" --common "--action addAttachment"
3) Done!
__
The above example shows how to do it with one attachment. If you have several attachments, you should create a directory and place all the files you want to add in there. For example:
1) Create a CSV file with the issue key and path to the attachment directory. Add all the attachments to the directory (in this case “Profiles” is the directory that contains multiple files.)
issue, file
ABC-62, Downloads/Profiles
2) Execute the following CLI action (adjust the path based on the location of your CSV).
--action runFromCsv --file "/Users/appfireuser001/CLIInstaller/attachments.csv" --common "--action addAttachments"
3) Done!
Please let me know if you have any additional questions!
Cheers,
Amelie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to clarify - This is going from a 3rd party software into Jira Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Naomi Fensome ,
Well, in that case, Exporter should be out of the equation as it is a 3rd party App, but only for Jira.
Sorry for the misunderstanding.
I believe that following the documentation @Kai Becker shared you should be good to go.
Thanks for clarifying!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.