The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Post attachments using REST API with java

knut
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2017

Hello,

I have a problem and need some help. I have two different instances of a JIRA application -> Jira1 and Jira2 (but they are directly connected with each other). For synchronization I want to synchronize/upload the attachments of an issue of jira1 to an issue of Jira2 (the attachments are only available on an issue of jira1).
Is it possible to upload the attachment from the issue of jira1 to the issue of jira2 using java REST API without using cURL? I dont want to download the files -> i want to use the directly connection for synchronization.

 Can someone post sample code?

Any help would be great.

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
June 11, 2017

You'll need to find or write some code to do this.  (Curl is just one tool that performs web actions, you can use that or something else)