-
Notifications
You must be signed in to change notification settings - Fork 23
/
ticket_created.json
57 lines (57 loc) · 1.34 KB
/
ticket_created.json
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
{
"context": {
"version": "0.5.0-draft",
"id": "F4BD2B55-B6F6-4F44-AF72-BD2D0E7A8708",
"source": "/ticketing/system",
"type": "dev.cdevents.ticket.created.0.2.0-draft",
"timestamp": "2022-11-11T13:52:20.079Z",
"schemaUri": "https://myorg.com/schema/custom",
"links": [
{
"linkType": "RELATION",
"linkKind": "TRIGGER",
"target": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}, {
"linkType": "PATH",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}, {
"linkType": "END",
"from": {
"contextId": "5328c37f-bb7e-4bb7-84ea-9f5f85e4a7ce"
},
"tags": {
"foo1": "bar",
"foo2": "bar"
}
}
]
},
"subject": {
"id": "ticket-123",
"source": "/ticketing/system",
"type": "ticket",
"content": {
"summary": "New CVE-123 detected",
"ticketType": "task",
"group": "security",
"creator": "Alice",
"assignees": ["Bob"],
"priority": "high",
"labels": ["bug"],
"milestone": "123",
"uri": "https://example.issues.com/ticket123"
}
}
}