{
"defaultWorkflowId": "string",
"description": "string",
"id": "string",
"name": "string",
"statusMappingsByIssueTypeOverride": [
{
"issueTypeId": "string",
"statusMappings": [
{
"newStatusId": "string",
"oldStatusId": "string"
}
]
}
],
"statusMappingsByWorkflows": [
{
"newWorkflowId": "string",
"oldWorkflowId": "string",
"statusMappings": [
{
"newStatusId": "string",
"oldStatusId": "string"
}
]
}
],
"version": {
"id": "string",
"versionNumber": 0
},
"workflowsForIssueTypes": [
{
"issueTypeIds": [
"string"
],
"workflowId": "string"
}
],
"property1": "string",
"property2": "string"
}