diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index a5b1012c5d22..760a5920d1d8 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -213494,7 +213494,11 @@ tags: **Note**: These endpoints are split based on whether you are using the US1-FED site or not. Please reference the specific resource for the site you are using. name: "CSM Threats" - - description: View and manage cases and projects within Case Management. See the [Case Management page](https://docs.datadoghq.com/service_management/case_management/) for more information. + - description: >- + **Note**: Work Management is the UI name for Case Management. These API endpoints and permissions use `case` terminology. + + + View and manage work items and projects within Work Management. For more information, see [Work Management](https://docs.datadoghq.com/incident_response/work_management/). name: Case Management - description: >- View and configure custom attributes within Case Management. See the [Case Management page](https://docs.datadoghq.com/service_management/case_management/) for more information. diff --git a/features/v2/case_management.feature b/features/v2/case_management.feature index f34e59ada60b..b3b7a0a72e55 100644 --- a/features/v2/case_management.feature +++ b/features/v2/case_management.feature @@ -1,9 +1,10 @@ @endpoint(case-management) @endpoint(case-management-v2) Feature: Case Management - View and manage cases and projects within Case Management. See the [Case - Management - page](https://docs.datadoghq.com/service_management/case_management/) for - more information. + **Note**: Work Management is the UI name for Case Management. These API + endpoints and permissions use `case` terminology. View and manage work + items and projects within Work Management. For more information, see [Work + Management](https://docs.datadoghq.com/incident_response/work_management/) + . Background: Given a valid "apiKeyAuth" key in the system diff --git a/services/case_management/README.md b/services/case_management/README.md index daeb0d9ab008..11002e4e247f 100644 --- a/services/case_management/README.md +++ b/services/case_management/README.md @@ -2,7 +2,9 @@ ## Description -View and manage cases and projects within Case Management. See the [Case Management page](https://docs.datadoghq.com/service_management/case_management/) for more information. +**Note**: Work Management is the UI name for Case Management. These API endpoints and permissions use `case` terminology. + +View and manage work items and projects within Work Management. For more information, see [Work Management](https://docs.datadoghq.com/incident_response/work_management/). ## Navigation