elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.67k stars 8.23k forks source link

[ResponseOps][Cases] Removal of deprecated Cases APIs #194266

Open cnasikas opened 1 month ago

cnasikas commented 1 month ago

In 8.1 we deprecate the following APIs:

For the following route, we deprecated the includeComments query parameter:

In 9.0, we should remove the deprecated APIs. Alternatives:

The Cases UI uses the includeComments query parameter. We would need to update the Cases UI to use the alternative endpoint for the query parameter and extend the internal GET /internal/cases/metrics to return the stats needed by the UI.

The sub-issues describe the necessary steps needed to remove the deprecated APIs.

Related: https://github.com/elastic/kibana/issues/134344

elasticmachine commented 1 month ago

Pinging @elastic/response-ops (Team:ResponseOps)