Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to move the attachment file from one issue to another issue in Jira ??

wonseock.kim February 7, 2017

i use the HTML macro at the collab page.

Now i'm making the tool to create JIRA issue page with some basic information of some JIRA issues at the collab page.

but i don't know how to move the attachment file from one issue to another issue in JIRA using HTML or Javascript.

 

please let me know the way... 

1 answer

0 votes
Nic Brough -Adaptavist-
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.
February 8, 2017

To do it with javascript, you're going to need to issue a string of commands to the server, over REST.  Get the attachment you need, and download it, delete it from the current issue and attach it to the target one.

Suggest an answer

Log in or Sign up to answer