-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Operations - Alerts and Oncall
-
None
-
3
-
Severity 3 - Minor
-
Warranty
Issue Summary
When a customer views operations alerts in Compass, the UI triggers a request to a deprecated Operations API endpoint. This results in an API deprecation error being surfaced to the customer.
This indicates that Compass is still using an old Operations API endpoint that has been marked as deprecated, instead of the current supported endpoint
Steps to Reproduce
- Navigate to Compass.
- Open any component/service that has operations alerts configured.
- Go to the Operations / Alerts section (view operations alerts).
- Observe the network tab in the browser dev tools.
Expected Results
The Compass operations alerts view calls an old, deprecated Operations API endpoint.
Actual Results
Compass uses the current, fully supported Operations API endpoint(s) for operations alerts.
The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at https://developer.atlassian.com/changelog/\#CHANGE-2046
Workaround
View the alert in JSM temporarily.