Rally Software

 View Only

 Updating FlowState of a UserStory in Rally via API

Sri T's profile image
Sri T posted Mar 29, 2021 01:47 PM
I am trying to update flowstate on a User Story. It doesn't throw any error. But it also doesn't update the FlowState.

Here is my Json payload.

{
"HierarchicalRequirement":{

"ScheduleState":"In-Progress",
"FlowState": "flowstate/424388488581",
"Blocked":true,
"BlockedReason":"test Reason"
}
}
Sagi Gabay's profile image
Broadcom Employee Sagi Gabay
Hi Sri,

- Is the flowstate you're trying to set (424388488581), is it mapped to schedule state "In-Progress"?
- Do you have a WIP defined on this flowstate and perhaps that wip limit is already reached and maxed out which may prevent you from moving additional work items to that state?

Thanks,
Sagi