I have been working on some automation to get the attachment url from the content field in the API and everything was working. However I started getting 303 errors.
When I looked into the API the URL was completely different.
When it was working:
Hi @Scott Aquilina
Welcome to the Community!!
To get the attachment details,
First, get the attachment id from the GET issue request
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get
Now you will have the attachment id to make the GET request on attachment
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-attachment-content-id-get
Thanks,Pramodh
Thanks for this, seems to have fixed the issue
It looks like you're new here. Sign in or register to get started.