-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathincident.yaml
65 lines (65 loc) · 1.43 KB
/
incident.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: incident
label: Incident
description: Incident management
owner: ${__blank}
icon: incident
attributes:
- name: title
type: string
label: Incident
placeholder: Please enter a headline for the incident
mandatory: true
- name: root_cause
type: text
label: Root cause
placeholder: What was the root cause of the incident?
postmortem: true
- name: conclusion
type: text
label: Resolution
placeholder: What was the resolution?
- name: status
type: select
label: Status
defaultValue: open
visible: edit,conclude
options:
- name: open
label: Open
- name: in_progress
label: In progress
- name: on_hold
label: Snoozed
- name: closed
label: Resolved
- name: duplicate
label: Duplicate
- name: rejected
label: Rejected
- name: severity
type: select
label: Severity
defaultValue: none
visible: always
options:
- name: critical
label: "🔥 Critical"
- name: high
label: ❌️ High
- name: medium
label: "❗ Medium"
- name: low
label: "⚠️ Low"
- name: unknown
label: "🤔 Unknown"
- name: none
label: "👌 None"
- name: body
type: text
label: Incident details
placeholder: More information here
- name: notes
type: text
label: Internal notes
visible: edit
subject: incident