Advertisement
Guest User

jsonexample

a guest
Oct 11th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.   "expand": "schema,names",
  3.   "startAt": 0,
  4.   "maxResults": 100,
  5.   "total": 7,
  6.   "issues": [
  7.     {
  8.       "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
  9.       "id": "28887",
  10.       "self": "https://aaaaa.atlassian.net/rest/api/2/issue/28887",
  11.       "key": "AAA-1392",
  12.       "fields": {
  13.         "summary": "Setting up the code",
  14.         "project": {
  15.           "self": "https://aaaaaa.atlassian.net/rest/api/2/project/10400",
  16.           "id": "10400",
  17.           "key": "AAA",
  18.           "name": "AWC, ADA, AOA"
  19.         }
  20.       }
  21.     }
  22.   ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement