summaryrefslogtreecommitdiff
path: root/spec/fixtures/phabricator_responses/maniphest.search.json
blob: 6a965007d0c9d664aa83b1c02044ec1846d76666 (plain)
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
{
  "result": {
    "data": [
      {
        "id": 283,
        "type": "TASK",
        "phid": "PHID-TASK-fswfs3wkowjb6cyyxtyx",
        "fields": {
          "name": "Things are slow",
          "description": {
            "raw": "Things are slow but should be fast!"
          },
          "authorPHID": "PHID-USER-nrtht5wijwbxquens3qr",
          "ownerPHID": "PHID-USER-nrtht5wijwbxquens3qr",
          "status": {
            "value": "resolved",
            "name": "Resolved",
            "color": null
          },
          "priority": {
            "value": 100,
            "subpriority": 8589934592,
            "name": "Super urgent",
            "color": "pink"
          },
          "points": null,
          "subtype": "default",
          "closerPHID": "PHID-USER-nrtht5wijwbxquens3qr",
          "dateClosed": 1374657042,
          "spacePHID": null,
          "dateCreated": 1374616241,
          "dateModified": 1374657044,
          "policy": {
            "view": "users",
            "interact": "users",
            "edit": "users"
          },
          "custom.field-1": null,
          "custom.field-2": null,
          "custom.field-3": null
        },
        "attachments": {}
      },
      {
        "id": 284,
        "type": "TASK",
        "phid": "PHID-TASK-5f73nyq5sjeh4cbmcsnb",
        "fields": {
          "name": "Things are broken",
          "description": {
            "raw": "Things are broken and should be fixed"
          },
          "authorPHID": "PHID-USER-nrtht5wijwbxquens3qr",
          "ownerPHID": "PHID-USER-h425fsrixz4gjxiyr7ot",
          "status": {
            "value": "resolved",
            "name": "Resolved",
            "color": null
          },
          "priority": {
            "value": 100,
            "subpriority": 8589803520,
            "name": "Super urgent",
            "color": "pink"
          },
          "points": null,
          "subtype": "default",
          "closerPHID": "PHID-USER-h425fsrixz4gjxiyr7ot",
          "dateClosed": 1375049556,
          "spacePHID": null,
          "dateCreated": 1374616578,
          "dateModified": 1375049556,
          "policy": {
            "view": "users",
            "interact": "users",
            "edit": "users"
          },
          "custom.field-1": null,
          "custom.field-2": null,
          "custom.field-3": null
        },
        "attachments": {}
      }
    ],
    "maps": {},
    "query": {
      "queryKey": null
    },
    "cursor": {
      "limit": "2",
      "after": "284",
      "before": null,
      "order": null
    }
  },
  "error_code": null,
  "error_info": null
}