1
|
{
|
2
|
"defaultFilter": {
|
3
|
"vertexArchetypeFilter": {
|
4
|
"archetypes": [ ],
|
5
|
"matchType": "non_matching"
|
6
|
},
|
7
|
|
8
|
"edgeArchetypeFilter": {
|
9
|
"archetypes": [
|
10
|
{
|
11
|
"fromArchetypes": [ "Ticket" ],
|
12
|
"edgeArchetypes": [ "Assignment" ],
|
13
|
"toArchetypes": [ "Person" ]
|
14
|
}
|
15
|
],
|
16
|
"matchType": "non_matching"
|
17
|
},
|
18
|
|
19
|
"vertexAttributeFilters": [
|
20
|
{
|
21
|
"archetype": "Ticket",
|
22
|
"attributeName": "Created",
|
23
|
"filter": {
|
24
|
"min": "2017-04-05 00:00:00",
|
25
|
"max": "2017-04-12 12:00:00",
|
26
|
"minInclusive": true,
|
27
|
"maxInclusive": true,
|
28
|
"matchType": "matching"
|
29
|
}
|
30
|
},
|
31
|
{
|
32
|
"archetype": "Ticket",
|
33
|
"attributeName": "Estimate",
|
34
|
"filter": {
|
35
|
"min": 1.0,
|
36
|
"max": 3.0,
|
37
|
"minInclusive": true,
|
38
|
"maxInclusive": false,
|
39
|
"matchType": "non_matching"
|
40
|
}
|
41
|
},
|
42
|
{
|
43
|
"archetype": "Person",
|
44
|
"attributeName": "Roles",
|
45
|
"filter": {
|
46
|
"values": [ "Team leader", "Developer" ],
|
47
|
"matchType": "any"
|
48
|
}
|
49
|
}
|
50
|
],
|
51
|
|
52
|
"edgeAttributeFilters": [
|
53
|
{
|
54
|
"archetype": "Authorship",
|
55
|
"attributeName": "Relation",
|
56
|
"filter": {
|
57
|
"values": [ "created by" ],
|
58
|
"matchType": "none"
|
59
|
}
|
60
|
}
|
61
|
]
|
62
|
},
|
63
|
|
64
|
"defaultGroupArchetypes": [],
|
65
|
|
66
|
"archetypeIcons": []
|
67
|
}
|