Hi Guys, I'm working on an Android app and I'm using JIRA Api to get information of the issues.
I'm using this service:
Https://xxxxxxxx.atlassian.net/rest/api/2/issue/INM-111
And the api return URLs like this one for each attachment:
Https://xxxxxxx.atlassian.net/secure/attachment/13515/captura.png
I need to see an attachment in the app , but I can not because in the application I am not generating a session and so the file is not accessible.
Exist a process or action to generate this link as a public link ?
Thanks
If the issue INM-111 is publicly accessible, then the attachment link can be requested as anonymous.
You can log your user into JIRA via your app using Connect add-on / OAuth, this way you can request the attachment as him/her.
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.