-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtickets.json
71 lines (71 loc) · 1.38 KB
/
tickets.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{"tickets": [],
"tracker_config":{
"_id": "528a31cdbcf63a11fe33315a",
"options": {
"ordinal": 13,
"mount_point": "tickets",
"TicketMonitoringType": null,
"EnableVoting": false,
"TicketMonitoringEmail": "",
"mount_label": "Tickets"
}
},
"milestones":[
{
"due_date": null,
"complete": false,
"name": "1.0",
"closed": 0,
"total": 0,
"description": null
},
{
"due_date": null,
"complete": false,
"name": "2.0",
"closed": 0,
"total": 0,
"description": null
}
],
"custom_fields":[
{
"milestones": [
{
"due_date": null,
"complete": false,
"name": "1.0"
},
{
"due_date": null,
"complete": false,
"name": "2.0"
}
],
"type": "milestone",
"name": "_milestone",
"label": "Milestone"
}
],
"open_status_names":"open unread accepted pending",
"closed_status_names":"closed wont-fix",
"saved_bins":[
{
"sort": "mod_date_dt desc",
"_id": "528a31cdbcf63a11fe333164",
"terms": "!status:wont-fix && !status:closed",
"summary": "Changes"
},
{
"sort": "",
"_id": "528a31cdbcf63a11fe333163",
"terms": "status:wont-fix or status:closed",
"summary": "Closed Tickets"
},
{
"sort": "",
"_id": "528a31cdbcf63a11fe333162",
"terms": "!status:wont-fix && !status:closed",
"summary": "Open Tickets"
}
]}