Removal of Jira download attachment and thumbnail URLs

What is changing?
As a follow-up to the recent deprecation announcement, we are removing a number of download attachment and thumbnail APIs. Jira product usage of these APIs will migrate to use their REST API counterparts within the next few days. The legacy APIs will then be removed in the upcoming weeks. The following APIs will be impacted:

  1. /secure/attachment/{attachmentId}/{attachmentName}
  2. /servicedesk/customershim/secure/attachment/{attachmentId}/{attachmentName}
  3. /secure/thumbnail/{thumbnailId}/{thumbnailName}
  4. /servicedesk/customershim/secure/thumbnail/{thumbnailId}/{thumbnailName}

What do I need to do?
Developers must migrate to their replacement APIs to avoid errors in their workflows.

  1. /rest/api/{v:2|3|latest}/attachment/content/{attachmentId}
  2. /rest/servicedeskapi/request/{issueIdOrKey}/attachment/{attachmentId}
  3. /rest/api/{v:2|3|latest}/attachment/thumbnail/{thumbnailId}
  4. /rest/servicedeskapi/request/{issueIdOrKey}/attachment/{thumbnailId}/thumbnail

By when do I need to do it?
Given the deprecation period has passed, the in-product API migration will occur by March 24, 2023. The API removal is then expected to occur by April 6, 2023. Developers should respond in the topic thread if there are any concerns.

More details can be found at Log in with Atlassian account .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.