transition_response.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "expand": "transitions",
  3. "transitions": [
  4. {
  5. "hasScreen": false,
  6. "id": "11",
  7. "isConditional": false,
  8. "isGlobal": true,
  9. "isInitial": false,
  10. "name": "To Do",
  11. "to": {
  12. "description": "",
  13. "iconUrl": "https://getsentry-dev.atlassian.net/",
  14. "id": "10100",
  15. "name": "To Do",
  16. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/10100",
  17. "statusCategory": {
  18. "colorName": "blue-gray",
  19. "id": 2,
  20. "key": "new",
  21. "name": "To Do",
  22. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/2"
  23. }
  24. }
  25. },
  26. {
  27. "hasScreen": false,
  28. "id": "21",
  29. "isConditional": false,
  30. "isGlobal": true,
  31. "isInitial": false,
  32. "name": "In Progress",
  33. "to": {
  34. "description": "This issue is being actively worked on at the moment by the assignee.",
  35. "iconUrl": "https://getsentry-dev.atlassian.net/images/icons/statuses/inprogress.png",
  36. "id": "3",
  37. "name": "In Progress",
  38. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/3",
  39. "statusCategory": {
  40. "colorName": "yellow",
  41. "id": 4,
  42. "key": "indeterminate",
  43. "name": "In Progress",
  44. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/4"
  45. }
  46. }
  47. },
  48. {
  49. "hasScreen": false,
  50. "id": "31",
  51. "isConditional": false,
  52. "isGlobal": true,
  53. "isInitial": false,
  54. "name": "Done",
  55. "to": {
  56. "description": "",
  57. "iconUrl": "https://getsentry-dev.atlassian.net/",
  58. "id": "10101",
  59. "name": "Done",
  60. "self": "https://getsentry-dev.atlassian.net/rest/api/2/status/10101",
  61. "statusCategory": {
  62. "colorName": "green",
  63. "id": 3,
  64. "key": "done",
  65. "name": "Done",
  66. "self": "https://getsentry-dev.atlassian.net/rest/api/2/statuscategory/3"
  67. }
  68. }
  69. },
  70. {
  71. "hasScreen": false,
  72. "id": "61",
  73. "isAvailable": true,
  74. "isConditional": false,
  75. "isGlobal": true,
  76. "isInitial": false,
  77. "name": "Kicked"
  78. }
  79. ]
  80. }