Hi,
I do have attachments coming in the issue, in the attachment object, some of the attachments are for the comments which I don't know how to link those attachments with their specific comments.
The ID I'm getting in comments section for that attachments is not an actually integer id for the attachment so that i cannot use /attachment/ endpoint here at all.
I tried to use the solution to fetch using binary
But no its giving me error that its forbidden. I'm using my same jira api credentials.
Hi,
I'm assuming you're using basic auth for this API
Try using the bearer token instead, perhaps that would work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used a similar workaround for a different api in the past, for any API that isn't available in the Jira documentation you need to pass the cookie as the auth.
Login to your browser session and copy the cookie from there, perhaps that might work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.