can I create a public link from an attachment file ?

Sergio Moyano January 9, 2017

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

1 answer

0 votes
Gerry Tan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 15, 2017

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.

Suggest an answer

Log in or Sign up to answer