I want to download the attachment which user has added to the comment in his issue.
I have used several API's like
But got an error like "attachment Id" is not found.
Also,
Here, I got in "content" -> "attrs" -> "id" - But this "id" is not matching up with the attachment Id when I call number 1 API.
If any one have a different solution please share,
Thanks In Advance!!!
Here I found something,
I can download it using https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get API.
I just have to pick the Id of attachments which I will get in the response if I call above API.
And use those Id's in https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments/#api-rest-api-3-attachment-content-id-get this API.
If anyone found the other way around most welcome!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.