priorities_response.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [
  2. {
  3. "self": "https://jira-integration.getsentry.net/rest/api/2/priority/1",
  4. "statusColor": "#d04437",
  5. "description": "This problem will block progress.",
  6. "iconUrl": "https://jira-integration.getsentry.net/images/icons/priorities/highest.svg",
  7. "name": "Highest",
  8. "id": "1"
  9. },
  10. {
  11. "self": "https://jira-integration.getsentry.net/rest/api/2/priority/2",
  12. "statusColor": "#f15C75",
  13. "description": "Serious problem that could block progress.",
  14. "iconUrl": "https://jira-integration.getsentry.net/images/icons/priorities/high.svg",
  15. "name": "High",
  16. "id": "2"
  17. },
  18. {
  19. "self": "https://jira-integration.getsentry.net/rest/api/2/priority/3",
  20. "statusColor": "#f79232",
  21. "description": "Has the potential to affect progress.",
  22. "iconUrl": "https://jira-integration.getsentry.net/images/icons/priorities/medium.svg",
  23. "name": "Medium",
  24. "id": "3"
  25. },
  26. {
  27. "self": "https://jira-integration.getsentry.net/rest/api/2/priority/4",
  28. "statusColor": "#707070",
  29. "description": "Minor problem or easily worked around.",
  30. "iconUrl": "https://jira-integration.getsentry.net/images/icons/priorities/low.svg",
  31. "name": "Low",
  32. "id": "4"
  33. },
  34. {
  35. "self": "https://jira-integration.getsentry.net/rest/api/2/priority/5",
  36. "statusColor": "#999999",
  37. "description": "Trivial problem with little or no impact on progress.",
  38. "iconUrl": "https://jira-integration.getsentry.net/images/icons/priorities/lowest.svg",
  39. "name": "Lowest",
  40. "id": "5"
  41. }
  42. ]