{
"statusMappingsByIssueTypes": [
{
"issueTypeId": "string",
"statusIds": [
"string"
]
}
],
"statusMappingsByWorkflows": [
{
"sourceWorkflowId": "string",
"statusIds": [
"string"
],
"targetWorkflowId": "string"
}
],
"statuses": [
{
"category": "TODO",
"id": "string",
"name": "string"
}
],
"statusesPerWorkflow": [
{
"initialStatusId": "string",
"statuses": [
"string"
],
"workflowId": "string"
}
]
}