[062892]: / Allura / docs / api-rest / examples / searchedTickets.json  Maximize  Restore  History

Download this file

126 lines (126 with data), 2.7 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
 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
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"sort": null,
"count": 2,
"filter_choices": {
"status": [
[
"closed",
4
],
[
"in-progress",
5
],
[
"open",
2
],
[
"review",
3
]
],
"reported_by": [
[
"brondsem",
5
],
[
"ctsai",
1
],
[
"heiths",
7
],
[
"jetmind",
1
]
],
"_milestone": [
[
"unreleased",
14
]
],
"assigned_to": [
[
"brondsem",
1
],
[
"heiths",
4
],
[
"jetmind",
7
]
]
},
"filter": {},
"q": "labels:\"sf-current\"",
"solr_error": null,
"limit": 100,
"tickets": [
{
"status": "review",
"reported_by_id": "548b2d136d19cd59705380a3",
"related_artifacts": [],
"attachments": [],
"reported_by": "heiths",
"assigned_to": "heiths",
"labels": [
"sf-current",
"sf-2"
],
"discussion_disabled": false,
"assigned_to_id": "548b2d136d19cd59705380a3",
"private": false,
"summary": "Fix pagination issue in the commit browser",
"mod_date": "2015-07-17 14:53:43.480000",
"votes_down": 0,
"votes_up": 0,
"_id": "55a6c6c86d19cd7d2dc5d89d",
"discussion_thread_url": "https://forge-allura.apache.org/rest/p/allura/tickets/_discuss/thread/3e30246e/",
"ticket_num": 7932,
"custom_fields": {
"_component": "General",
"_milestone": "unreleased",
"_reviewer": ""
},
"created_date": "2015-07-15 20:47:04.434000"
},
{
"status": "closed",
"reported_by_id": "511aa8756d19cd161e8c1b04",
"related_artifacts": [],
"attachments": [],
"reported_by": "brondsem",
"assigned_to": "brondsem",
"labels": [
"sf-current",
"sf-1",
"ux"
],
"discussion_disabled": false,
"assigned_to_id": "511aa8756d19cd161e8c1b04",
"private": false,
"summary": "Site admin search tables can overflow the page width",
"mod_date": "2015-07-14 08:40:35.931000",
"votes_down": 0,
"votes_up": 0,
"_id": "55a3effc6d19cd320d814749",
"discussion_thread_url": "https://forge-allura.apache.org/rest/p/allura/tickets/_discuss/thread/1f1023b2/",
"ticket_num": 7928,
"custom_fields": {
"_component": "General",
"_milestone": "unreleased",
"_reviewer": "jetmind"
},
"created_date": "2015-07-13 17:06:04.135000"
}
],
"page": 0
}