Hi everyone,
Is there a way within Jira Java API to import issues from an XML file, which has been generated by Jira?
Thanks,
Stas
Hi everyone,
Is there a way within Jira Java API to import issues from an XML file, which has been generated by Jira?
Thanks,
Stas
Checkout DataImportService. Of course, you should be very careful with it but I guess you already know what you are doing!
Thank you,
this is the thing I wanted