Hi,
Has there been any recent change in response of attachment field in API of fetching issue type?
API: <<base_instance_url>>/rest/api/2/issue/<<issue_id>>
In response of this API, we were getting content attribute inside attachment in format of <<base_instance_url>>/secure/attachment/<<attachment_id>>/<<attachment_name>>
But from last few days, we are getting the same response in format of <<base_instance_url>>/rest/api/2/attachment/content/<<attachment_id>>
Can you please confirm that is this a recent change in API response of getting attachment content for Jira cloud?
Hi,
Yes it has. In terms of the URL, it is still a direct link to download the attachment. The only thing that was excluded is the filename which comes at the end. This doesn't change the overall function from before.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.