I need to download issue attachments by the attachment filename url (i.e. https://instance.atlassian.net/secure/attachment/xxxxx/xxx-xxxx.zip) on an OAuth 1.0a client that is not a Jira connect add-on. Is there a way for me to append the OAuth 1 authorization token in the query string? Since this application isn’t a Connect Add-On, I can’t authenticate wth JWT tokens. I know I can download the file using the Rest API, but I need a way to preserve the attachment url with authorization token for future downloading.
Atlassian are you planning on answering any of the 10 posts asking this question? How can you not download files via oauth? this is one of the most basic possible use cases for using oauth credentials
1 Like