{
  "data": {
    "expand": "transitions",
    "transitions": [
      {
        "id": "21",
        "name": "In Progress",
        "to": {
          "self": "https://your-domain.atlassian.net/rest/api/3/status/3",
          "description": "This issue is being actively worked on at the moment by the assignee.",
          "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/inprogress.png",
          "name": "In Progress",
          "id": "3"
        },
        "hasScreen": false,
        "isGlobal": true,
        "isInitial": false,
        "isConditional": false
      },
      {
        "id": "31",
        "name": "Done",
        "to": {
          "self": "https://your-domain.atlassian.net/rest/api/3/status/10001",
          "description": "Work has been completed on this issue.",
          "name": "Done",
          "id": "10001"
        },
        "hasScreen": false,
        "isGlobal": true,
        "isInitial": false,
        "isConditional": false
      }
    ]
  }
}