Service Desk: download attachment via REST API

Julian Hundeloh December 29, 2019

I would like to download the attachments that are provided the Service Desk REST API. Retrieving metadata is not the issue but as soon as I try to download the file (via the link in content or thumbnail property) with the OAuth token I see the log in page instead. Currently, the links have the following format: https://SITE.atlassian.net/servicedesk/customershim/secure/attachment/10000/Screenshot.png?fromIssue=10010

Any idea how I can download the attachments instead?

1 answer

0 votes
brbojorque
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 29, 2019

Hi @Julian Hundeloh ,

I tried to do it in my end and it works.

Whatever authentication you've used in retrieving the metadata should also need to be used to download the attachment contents.

Protip:

Use basic authentication and test it first in Python or Postman.

https://-.atlassian.net/servicedesk/customershim/secure/attachment/10000/Capture0.png?fromIssue=10000

Suggest an answer

Log in or Sign up to answer