-
Bug
-
Resolution: Fixed
-
Medium
-
Minor
-
Unit testing
Issue Summary:
Steps to Reproduce
- From a Forge app backend, attempt to call the endpoint:
https://site.atlassian.net/rest/greenhopper/1.0/rapidview/\{boardId}/copy
- Authenticate using a Personal Access Token (PAT), as previously supported.
- A 401 Unauthorized is returned.
Expected Results
The endpoint should allow authenticated requests using PATs, as it did previously, until the official migration deadline (December 31, 2025), per Atlassian’s communicated deprecation timeline.
Actual Results
The endpoint returns a 401 Unauthorized error which breaks existing integrations and customer workflows that depend on this endpoint.
Workaround
Currently there is no known workaround for this behavior.