我正在尝试更新用户故事的流程状态。它不会抛出任何错误。但它也不会更新 FlowState。
这是我的 Json 有效负载。
{ "HierarchicalRequirement":{
"ScheduleState":"In-Progress",
"FlowState": "flowstate/424388488581",
"Blocked":true,
"BlockedReason":"test Reason"
}}
我正在尝试更新用户故事的流程状态。它不会抛出任何错误。但它也不会更新 FlowState。
这是我的 Json 有效负载。
{ "HierarchicalRequirement":{
"ScheduleState":"In-Progress",
"FlowState": "flowstate/424388488581",
"Blocked":true,
"BlockedReason":"test Reason"
}}