Hello everyone,
I’m trying to use the Bulk Fetch Changelogs API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-changelog-bulkfetch-post. However, it keeps returning a 404 (Not Found) error.
Interestingly, when I use the Bulk Fetch Issues API https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-bulkfetch-post with the same request body, only including issueIdsOrKeys
, it works as expected.
Is this endpoint currently available? If so, could you provide guidance on why this might be happening?
Thanks in advance for your help!