05-31-2021 04:57 AM
Hi all,
We’re trying to get the JIRA Attachment Content document and it gives the URL of the attachment as shown below:-
“content”: “https://myjira-abc.atlassian.net/secure/attachment/10000/sample.txt”
We are trying to get the metadata of this content and convert it into base64 encoded data but unable to do so.
Is there a way we can fetch the metadata of this content using REST GET and which REST API do we need to call? If there’s a better approach to this, please feel free to propose 🙂
Thanks.
06-01-2021 12:39 PM
I’m looking at the REST API documentation for Jira Software Cloud (https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue/) and it seems like the URL is the extent of what they provide. You may need tp ask Atlassian.