status_response.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "statusCategory": {
  4. "name": "In Progress",
  5. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/4",
  6. "id": 4,
  7. "key": "indeterminate",
  8. "colorName": "yellow"
  9. },
  10. "untranslatedName": "In Progress",
  11. "description": "This issue is being actively worked on at the moment by the assignee.",
  12. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/3",
  13. "iconUrl": "https://getsentry-dev.atlassian.net/images/icons/statuses/inprogress.png",
  14. "id": "3",
  15. "name": "In Progress"
  16. },
  17. {
  18. "statusCategory": {
  19. "name": "To Do",
  20. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/2",
  21. "id": 2,
  22. "key": "new",
  23. "colorName": "blue-gray"
  24. },
  25. "untranslatedName": "To Do",
  26. "description": "",
  27. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/10000",
  28. "iconUrl": "https://getsentry-dev.atlassian.net/",
  29. "id": "10000",
  30. "name": "To Do"
  31. },
  32. {
  33. "statusCategory": {
  34. "name": "In Progress",
  35. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/4",
  36. "id": 4,
  37. "key": "indeterminate",
  38. "colorName": "yellow"
  39. },
  40. "untranslatedName": "In Review",
  41. "description": "",
  42. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/10001",
  43. "iconUrl": "https://getsentry-dev.atlassian.net/",
  44. "id": "10001",
  45. "name": "In Review"
  46. },
  47. {
  48. "statusCategory": {
  49. "name": "Done",
  50. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/3",
  51. "id": 3,
  52. "key": "done",
  53. "colorName": "green"
  54. },
  55. "untranslatedName": "Done",
  56. "description": "",
  57. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/10002",
  58. "iconUrl": "https://getsentry-dev.atlassian.net/",
  59. "id": "10002",
  60. "name": "Done"
  61. }
  62. ]