Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
35ab1396
Commit
35ab1396
authored
Aug 11, 2020
by
David O'Regan
Committed by
Amy Qualls
Aug 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Size image down smaller
Shrink the image down somewhat.
parent
35e9c55b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
3 deletions
+18
-3
doc/operations/incident_management/img/incident_list_create_v13_3.png
...ns/incident_management/img/incident_list_create_v13_3.png
+0
-0
doc/operations/incident_management/img/incident_list_search_v13_3.png
...ns/incident_management/img/incident_list_search_v13_3.png
+0
-0
doc/operations/incident_management/img/incident_list_sort_v13_3.png
...ions/incident_management/img/incident_list_sort_v13_3.png
+0
-0
doc/operations/incident_management/img/incident_list_v13_3.png
...perations/incident_management/img/incident_list_v13_3.png
+0
-0
doc/operations/incident_management/img/incident_management_settings_v13_3.png
...ent_management/img/incident_management_settings_v13_3.png
+0
-0
doc/operations/incident_management/img/pagerduty_incidents_integration_v13_3.png
..._management/img/pagerduty_incidents_integration_v13_3.png
+0
-0
doc/operations/incident_management/index.md
doc/operations/incident_management/index.md
+18
-3
No files found.
doc/operations/incident_management/img/incident_list_create_v13_3.png
0 → 100644
View file @
35ab1396
21.4 KB
doc/operations/incident_management/img/incident_list_search_v13_3.png
0 → 100644
View file @
35ab1396
29.1 KB
doc/operations/incident_management/img/incident_list_sort_v13_3.png
0 → 100644
View file @
35ab1396
38.6 KB
doc/operations/incident_management/img/incident_list_v13_3.png
deleted
100644 → 0
View file @
35e9c55b
18.5 KB
doc/operations/incident_management/img/incident_management_settings.png
→
doc/operations/incident_management/img/incident_management_settings
_v13_3
.png
View file @
35ab1396
File moved
doc/operations/incident_management/img/pagerduty_incidents_integration_13_3.png
→
doc/operations/incident_management/img/pagerduty_incidents_integration_
v
13_3.png
View file @
35ab1396
File moved
doc/operations/incident_management/index.md
View file @
35ab1396
...
@@ -24,7 +24,7 @@ For users with at least Developer [permissions](../../user/permissions.md), the
...
@@ -24,7 +24,7 @@ For users with at least Developer [permissions](../../user/permissions.md), the
Incident Management list is available at
**Operations > Incidents**
Incident Management list is available at
**Operations > Incidents**
in your project's sidebar. The list contains the following metrics:
in your project's sidebar. The list contains the following metrics:
![
Incident Management List
](
img/incident_list_v13_3.png
)
![
Incident Management List
](
img/incident_list_
sort_
v13_3.png
)
-
**Incident**
- The description of the incident, which attempts to capture the
-
**Incident**
- The description of the incident, which attempts to capture the
most meaningful data.
most meaningful data.
...
@@ -32,6 +32,19 @@ in your project's sidebar. The list contains the following metrics:
...
@@ -32,6 +32,19 @@ in your project's sidebar. The list contains the following metrics:
standard GitLab pattern of
`X time ago`
, but is supported by a granular date/time
standard GitLab pattern of
`X time ago`
, but is supported by a granular date/time
tooltip depending on the user's locale.
tooltip depending on the user's locale.
-
**Assignees**
- The user assigned to the incident.
-
**Assignees**
- The user assigned to the incident.
-
**Published**
- Whether or not an incident is published to the
[
Status Page
](
./status_page.md
)
.
**(ULTIMATE)**
The Incident Management list displays incidents sorted by incident created date.
(
[
Introduced
](
https://gitlab.com/gitlab-org/gitlab/-/issues/229534
)
to GitLab core in 13.3).)
To see if a column is sortable, point your mouse at the header. Sortable columns
display an arrow next to the column name.
The Incident list supports a simple free text search, which filters on the
**Title**
and
**Incident**
fields.
To filter incidents by their status, click
**Open**
,
**Closed**
, or
**All**
above the incident list.
NOTE:
**Note:**
NOTE:
**Note:**
Incidents share the
[
Issues API
](
../../user/project/issues/index.md
)
.
Incidents share the
[
Issues API
](
../../user/project/issues/index.md
)
.
...
@@ -325,7 +338,7 @@ to create issues when alerts are triggered:
...
@@ -325,7 +338,7 @@ to create issues when alerts are triggered:
1.
Navigate to
**Settings > Operations > Incidents**
and expand
1.
Navigate to
**Settings > Operations > Incidents**
and expand
**Incidents**
:
**Incidents**
:
!
[
Incident Management Settings
](
img/incident_management_settings.png
)
!
[
Incident Management Settings
](
img/incident_management_settings
_v13_3
.png
)
1.
For GitLab versions 11.11 and greater, you can select the
**Create an issue**
1.
For GitLab versions 11.11 and greater, you can select the
**Create an issue**
checkbox to create an issue based on your own
checkbox to create an issue based on your own
...
@@ -365,6 +378,8 @@ For users with at least Developer [permissions](../../user/permissions.md), to c
...
@@ -365,6 +378,8 @@ For users with at least Developer [permissions](../../user/permissions.md), to c
-
Create a new issue using the
`incident`
template available when creating it.
-
Create a new issue using the
`incident`
template available when creating it.
-
Create a new issue and assign the
`incident`
label to it.
-
Create a new issue and assign the
`incident`
label to it.
![
Incident List Create
](
img/incident_list_create_v13_3.png
)
## Configure PagerDuty integration
## Configure PagerDuty integration
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/119018) in GitLab 13.3.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/119018) in GitLab 13.3.
...
@@ -377,7 +392,7 @@ in both PagerDuty and GitLab:
...
@@ -377,7 +392,7 @@ in both PagerDuty and GitLab:
1.
Navigate to
**Settings > Operations > Incidents**
and expand
**Incidents**
.
1.
Navigate to
**Settings > Operations > Incidents**
and expand
**Incidents**
.
1.
Select the
**PagerDuty integration**
tab:
1.
Select the
**PagerDuty integration**
tab:
!
[
PagerDuty incidents integration
](
img/pagerduty_incidents_integration_13_3.png
)
!
[
PagerDuty incidents integration
](
img/pagerduty_incidents_integration_
v
13_3.png
)
1.
Activate the integration, and save the changes in GitLab.
1.
Activate the integration, and save the changes in GitLab.
1.
Copy the value of
**Webhook URL**
for use in a later step.
1.
Copy the value of
**Webhook URL**
for use in a later step.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment