Skip to content

Commit 312d26b

Browse files
committed
Add case custom status feature
1 parent 5d7f165 commit 312d26b

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

content/en/service_management/case_management/customization.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
title: Customization
3+
---
4+
description: Customize Datadog Case Management with custom case types and attributes.
5+
---
6+
7+
38
further_reading:
49
- link: "service_management/case_management/"
510
tag: "Documentation"
@@ -29,15 +34,15 @@ Datadog provides five [built-in case types][1], each designed for common workflo
2934
* Enable targeted automation
3035
* Conduct more granular analytics and reporting
3136

32-
##### Create a custom case type
37+
### Create a custom case type
3338

3439
1. Navigate to [**Settings > Shared Settings > Case Types**][2].
3540
2. Click **+ Create Case Type**.
3641
3. Provide a **Name** and an optional **Description**.
3742
4. Save your new case type.
3843
5. (Optional) See the [custom attributes section](#custom-attributes) of this page to add custom attributes.
3944

40-
##### Enable a custom case type
45+
### Enable a custom case type
4146

4247
After you create a custom case type, you must explicitly assign it to each project where it should be available. Follow the steps below to enable your new case type within a specific Case Management project.
4348

@@ -84,6 +89,29 @@ You can add attributes that reflect your team's specific needs, such as escalati
8489
* Number
8590
* Choose whether to allow multiple values for this attribute.
8691

92+
## Custom statuses
93+
94+
Case Management supports customizable case statuses. By default, cases move through Open, In Progress, and Closed. You can add additional statuses to represent reviews, handoffs, or other workflow steps.
95+
96+
Custom statuses help you:
97+
- Standardize how work moves through each stage of a case lifecycle.
98+
- Reflect reviews, handoffs, and intermediate states.
99+
- Improve reporting and automation by aligning statuses with your processes.
100+
101+
### Create a custom status
102+
103+
1. Navigate to [**Settings > Shared Settings > Case Types**][2].
104+
2. Select the case type you want to update.
105+
3. Scroll to the **Statuses** section.
106+
4. Add a new status under one of the three existing status groups: **Open, In-Progress,** or **Closed**.
107+
5. (Optional) Set a new **default status** for each status group. Default Statuses are used in automations as the preferred statuses for the group when exact status names are not provided.
108+
109+
<!-- \[Screenshot here\] -->
110+
111+
* Each status group (`Open`, `In-Progress`, `Closed`) must contain at least one status.
112+
* You can delete an existing status, but you must first migrate any cases currently using that status to another status in the same group.
113+
* Custom statuses behave exactly the same as Datadog's built-in statuses.
114+
87115
## Further reading
88116

89117
{{< partial name="whats-next/whats-next.html" >}}

0 commit comments

Comments
 (0)