Hi guys!
I have to change issue attachement name using scriptrunner in jira Cloud. Got all data in issueUpdated listener. Now i have to download the file using script.
Is there any way to download issue attachment as InputStream using Jira Cloud Rest API?
Already tried just fetch it using URI:
InputStream input = new URL(it.content).openStream();
But then i got authorisation error.
Hey @Jacek Ostrowski
Did you get this working? I am trying to develop something similar, but I am running into issues.
Thanks!
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.