[
  {
    "self": "https://issues.apache.org/jira/rest/api/2/statuscategory/1",
    "id": 1,
    "key": "undefined",
    "colorName": "medium-gray",
    "name": "No Category"
  },
  {
    "self": "https://issues.apache.org/jira/rest/api/2/statuscategory/2",
    "id": 2,
    "key": "new",
    "colorName": "blue-gray",
    "name": "To Do"
  },
  {
    "self": "https://issues.apache.org/jira/rest/api/2/statuscategory/4",
    "id": 4,
    "key": "indeterminate",
    "colorName": "yellow",
    "name": "In Progress"
  },
  {
    "self": "https://issues.apache.org/jira/rest/api/2/statuscategory/3",
    "id": 3,
    "key": "done",
    "colorName": "green",
    "name": "Done"
  }
]
