search_response.json 399 B

123456789101112131415161718
  1. {
  2. "expand": "names,schema",
  3. "startAt": 0,
  4. "maxResults": 50,
  5. "total": 1,
  6. "issues": [
  7. {
  8. "expand": "",
  9. "id": "10001",
  10. "self": "http://www.example.com/jira/rest/api/2/issue/10001",
  11. "key": "HSP-1",
  12. "fields": {
  13. "summary": "this is a test issue summary"
  14. }
  15. }
  16. ],
  17. "warningMessages": ["The value 'splat' does not exist for the field 'Foo'."]
  18. }