A customer is trying to create and update the FlowState via REST API.
Payload is this:
{
"flowstate" :
{"Name" : "TestFlowState",
"ScheduleStateMapping" : "In-Progress",
"Project" : "project/<PROJECT_OID>"
}
}
For both creation and an update of the flowstate object, there is an error and one warning:
"Errors": [
"Validation error: FlowState.ScheduleStateMappingMapped schedule state must be greater than or equal to Accepted."
],
"Warnings": [
"Ignored JSON element flowstate.Project during processing of this request."
],
The FlowState gets created in the correct project, if the mapping points to Accepted state.
Release : SAAS
Component : AGILE CENTRAL