How can we import attachments data with issues

Ankur Mehrotra December 17, 2014

We need to import issues with attachments in JIRA from our custom RS3 application
1. We are able to import issues from our RS3 application to JIRA application ,using import from CSV feature provided by jira
2. Now we need to also import the attachments of those issues of RS3 application from our SVN repository to the JIRA application.
Kindly let me know how can we achieve

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 17, 2014

In general, JIRA Command Line Interface (CLI) can be used for automating or scripting things like this. In this case, you would use the addAttachment action. Depending on your situation, one of the run actions (like runFromCsv or runFromSql) may also help.

Suggest an answer

Log in or Sign up to answer