-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheventNames.json
More file actions
42 lines (42 loc) · 2.18 KB
/
eventNames.json
File metadata and controls
42 lines (42 loc) · 2.18 KB
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
{
"Event Names":{
"Direct Supplier Incident":{
"add": "agile-process-teams:add-direct-supplier-incident:v3",
"edit": "agile-process-teams:edit-direct-supplier-incident:v3",
"copy": "agile-process-teams:copy-direct-supplier-incident:v2",
"close": "agile-process-teams:close-direct-supplier-incident:v2",
"reopen": "agile-process-teams:reopen-direct-supplier-incident:v1",
"submitPartner": "agile-process-teams:submit-direct-supplier-incident-to-partner:v1"
},
"Indirect Supplier Incident":{
"add": "agile-process-teams:add-indirect-supplier-incident:v3",
"edit": "agile-process-teams:edit-indirect-supplier-incident:v3",
"copy": "agile-process-teams:copy-indirect-supplier-incident:v2",
"close": "agile-process-teams:close-indirect-supplier-incident:v2",
"reopen": "agile-process-teams:reopen-indirect-supplier-incident:v1",
"submitPartner": "agile-process-teams:submit-indirect-supplier-incident-to-partner:v1"
},
"External Manufacturing Incident":{
"add": "agile-process-teams:add-external-manufacturing-incident:v3",
"edit": "agile-process-teams:edit-external-manufacturing-incident:v3",
"copy": "agile-process-teams:copy-external-manufacturing-incident:v1",
"close": "agile-process-teams:close-external-manufacturing-incident:v2",
"reopen": "agile-process-teams:reopen-external-manufacturing-incident:v1",
"submitPartner": "agile-process-teams:submit-external-manufacturing-incident-to-partner:v1"
},
"Internal Manufacturing Incident":{
"add": "agile-process-teams:add-internal-manufacturing-incident:v3",
"edit": "agile-process-teams:edit-internal-manufacturing-incident:v3",
"copy": "agile-process-teams:copy-internal-manufacturing-incident:v1",
"close": "agile-process-teams:close-internal-manufacturing-incident:v2",
"reopen": "agile-process-teams:reopen-internal-manufacturing-incident:v1"
},
"Shared Incident Operations":{
"add": "agile-process-teams:add-comment-for-incident:v1",
"edit": "agile-process-teams:edit-comment-for-incident:v1",
"list": "agile-process-teams:list-comments-for-incident:v1",
"follow/unfollow": "agile-process-teams:toggle-user-follows-incident:v1",
"getHistory": "agile-process-teams:get-activity-history-for-incident:v1"
}
}
}