statusMappingsByWorkflows. Status mappings are required when the new workflow for an issue type doesn't contain all statuses that the old workflow has. Status mappings can be provided by a combination of statusMappingsByWorkflows and statusMappingsByIssueTypeOverride.{
"issueTypeId": "string",
"statusMappings": [
{
"newStatusId": "string",
"oldStatusId": "string"
}
]
}