Skip to content

Commit dc396a7

Browse files
committed
Apply suggestions from code review
1 parent df9f08f commit dc396a7

File tree

2 files changed

+53
-28
lines changed
  • content/en/service_management/incident_management/integrations

2 files changed

+53
-28
lines changed

content/en/service_management/incident_management/integrations/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Configure and manage incident-related integrations from the **Incident Settings*
2424
## Setup
2525

2626
{{< whatsnext desc="Set up and use the following integrations within the context of Datadog Incident Management:">}}
27-
{{< nextlink href="/service_management/incident_management/integrations/atlassian_statuspage" >}}Atlassian Statuspage{{< /nextlink >}}
28-
{{< nextlink href="/service_management/incident_management/integrations/jira" >}}Jira{{< /nextlink >}}
29-
{{< nextlink href="/service_management/incident_management/integrations/microsoft_teams" >}}Microsoft Teams{{< /nextlink >}}
3027
{{< nextlink href="/service_management/incident_management/integrations/slack" >}}Slack{{< /nextlink >}}
28+
{{< nextlink href="/service_management/incident_management/integrations/microsoft_teams" >}}Microsoft Teams{{< /nextlink >}}
29+
{{< nextlink href="/service_management/incident_management/integrations/jira" >}}Jira{{< /nextlink >}}
3130
{{< nextlink href="/service_management/incident_management/integrations/status_pages" >}}Status Pages{{< /nextlink >}}
31+
{{< nextlink href="/service_management/incident_management/integrations/statuspage" >}}Atlassian Statuspage{{< /nextlink >}}
3232
{{< /whatsnext >}}
3333

3434
## Further reading

content/en/service_management/incident_management/integrations/microsoft_teams/_index.md

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ The author of a synced message does not need an Incident Management or Incident
5252

5353
You can configure Incident Management to automatically archive an incident channel after the incident is resolved.
5454

55+
## Global channel for incident updates
56+
57+
Use an incident updates channel to provide your stakeholders with organization-wide visibility into the status of all incidents directly from Microsoft Teams.
58+
59+
1. In Datadog, navigate to [**Incidents > Settings > Integrations**][2].
60+
1. Select the Microsoft Teams integration and enable **Send all incident updates to a global channel**.
61+
1. Select the Team and channel where you want the incident updates to be posted.
62+
63+
Datadog automatically notifies the selected channel about any newly declared incidents, as well as changes to incident states, severities, and incident commanders.
64+
65+
To customize this behavior, deactivate this setting and [define a notification rule][4] instead.
66+
5567
## Microsoft Teams meetings
5668

5769
### One-click meeting creation
@@ -76,27 +88,18 @@ Delegated permissions are required for automatic, criteria-based Microsoft Teams
7688
2. (Optional) Specify the incident criteria that creates a Microsoft Teams meeting. If left blank, any changes to an incident without an existing Microsoft Teams meeting will create a Microsoft Teams meeting.
7789
4. Save your settings.
7890

79-
## Incident updates channel
80-
81-
Using an incident updates channel provides your stakeholders with organization-wide visibility into the status of all incidents directly from Microsoft Teams. Select which team and channel in your account to post these updates to, and the channel receives the following posts:
82-
83-
- Newly declared incidents
84-
- Changes to severity, status transition, and incident commander
85-
- Links to the incident's overview page in App
86-
- Link to join the dedicated incident team
87-
88-
To customize this behavior, deactivate this setting and [define a notification rule][4] instead.
89-
9091
## Declaring and managing incidents from Microsoft Teams
9192

92-
To declare or manage an incident from a specific team:
93+
In an incident channel (a channel created specifically for an incident) the Datadog tab displays that specific incident's information and allows you to manage it. In non-incident channels, you can only declare new incidents.
94+
95+
To declare an incident from a specific team:
9396
1. [Add the Datadog application][3] to the team.
94-
1. Add the **Datadog** tab to any channel in that team.
95-
1. Start a conversation in a channel, or a chat with the Datadog app.
96-
1. Type `@Datadog incident`.
97-
1. An adaptive card appears. Click the **Declare Incident** button to open the Datadog tab and declare an incident.
97+
1. In any **non-incident** channel, click on the **Datadog** tab.
98+
1. Fill out the incident details and click **Declare Incident**.
9899

99-
**Note**: In an incident channel (a channel created specifically for an incident) the Datadog tab displays that specific incident's information and allows you to manage it. In non-incident-specific channels, you can only declare new incidents.
100+
To manage an incident from a specific team:
101+
1. In an **incident channel**, click on the **Datadog** tab.
102+
1. Edit the incident details and attributes.
100103

101104
### Updating incidents
102105

@@ -108,18 +111,40 @@ To update an incident:
108111
4. Complete the form with your desired information.
109112
5. Click **Update**.
110113

111-
### Listing incidents
112-
113-
List all open (active and stable) incidents with:
114-
115-
```
116-
@Datadog list incidents
117-
```
118-
119114
### Sending messages to the timeline
120115

121116
Use the "More actions" menu on any message inside an incident team on the far right to send that message to the incident timeline.
122117

118+
## Microsoft Teams commands
119+
120+
You can view the full list of available commands at any time by typing `@Datadog help` in Microsoft Teams.
121+
122+
<table>
123+
<thead>
124+
<tr>
125+
<th scope="col">Category</th>
126+
<th scope="col">Command</th>
127+
<th scope="col">Description</th>
128+
</tr>
129+
</thead>
130+
<tbody>
131+
<tr>
132+
<td rowspan="3">Global commands (run anywhere)</td>
133+
<td><code>@Datadog incident</code></td>
134+
<td>Declare a new incident.</td>
135+
</tr>
136+
<tr>
137+
<td><code>@Datadog list incidents</code></td>
138+
<td>Show a list of all open incidents.</td>
139+
</tr>
140+
<tr>
141+
<td><code>@Datadog help</code></td>
142+
<td>Show all supported commands.</td>
143+
</tr>
144+
</tbody>
145+
</table>
146+
147+
123148
## Further reading
124149

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

0 commit comments

Comments
 (0)