Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.91 KB | None | 0 0
  1. [
  2.     {
  3.         "sprintId": "23i4j23oi4-2342344",
  4.         "name": "Sprint1",
  5.         "startDate": "2019-05-05",
  6.         "endDate": "2019-05-06",
  7.         "description": "Lorem ipsum",
  8.         "tasks": [
  9.             {
  10.                 "taskId": "sjd88888j443-888kfj",
  11.                 "name": "test task2",
  12.                 "description": "Lorem Ipsum dolor sit amet",
  13.                 "status": "open",
  14.                 "executor": {
  15.                     "userId": "woepriwpoei-2324ujiou",
  16.                     "firstName": "Jan",
  17.                     "lastName": "Kowalski"
  18.                 },
  19.                 "priority": "critical",
  20.                 "subtasks": [
  21.                     {
  22.                         "taskId": "234iuhuih34-234uihuihuiheir",
  23.                         "name": "test subtask2",
  24.                         "status": "closed"
  25.                     }
  26.                 ]
  27.             }
  28.         ]
  29.     }
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement