issue_types_response.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "maxResults": 50,
  3. "startAt": 0,
  4. "total": 5,
  5. "isLast": true,
  6. "values": [
  7. {
  8. "self": "https://example.com/rest/api/2/issuetype/10000",
  9. "id": "10000",
  10. "description": "Created by Jira Software - do not edit or delete. Issue type for a big user story that needs to be broken down.",
  11. "iconUrl": "https://example.com/images/icons/issuetypes/epic.svg",
  12. "name": "Epic",
  13. "subtask": false
  14. },
  15. {
  16. "self": "https://example.com/rest/api/2/issuetype/10001",
  17. "id": "10001",
  18. "description": "Created by Jira Software - do not edit or delete. Issue type for a user story.",
  19. "iconUrl": "https://example.com/images/icons/issuetypes/story.svg",
  20. "name": "Story",
  21. "subtask": false
  22. },
  23. {
  24. "self": "https://example.com/rest/api/2/issuetype/10002",
  25. "id": "10002",
  26. "description": "A task that needs to be done.",
  27. "iconUrl": "https://example.com/secure/viewavatar?size=xsmall&avatarId=10318&avatarType=issuetype",
  28. "name": "Task",
  29. "subtask": false
  30. },
  31. {
  32. "self": "https://example.com/rest/api/2/issuetype/10003",
  33. "id": "10003",
  34. "description": "The sub-task of the issue",
  35. "iconUrl": "https://example.com/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype",
  36. "name": "Sub-task",
  37. "subtask": true
  38. },
  39. {
  40. "self": "https://example.com/rest/api/2/issuetype/10004",
  41. "id": "10004",
  42. "description": "A problem which impairs or prevents the functions of the product.",
  43. "iconUrl": "https://example.com/secure/viewavatar?size=xsmall&avatarId=10303&avatarType=issuetype",
  44. "name": "Bug",
  45. "subtask": false
  46. }
  47. ]
  48. }