How can I require that Story Points be Greater than 0 in a specific state?
Within the user story workflow, I want to ensure that once an RTC story is scoped for a Sprint, the Story Points field is set to something greater than 0 pts. Since it is an enumerated field, it will always have a value (and I am ok with 0 being the default upon initialization). However, once a story has been added to a sprint and moved to the In Progres State, I want to make sure that the Story Points are greater than 0 (whatever that value is).
It looks like I can require a value using the Preconditions & Follow-up Actions section to require a value in the Story Points field in the In Progress state, however 0 pts is a value, so this won't work. I need to have conditional logic ensure it is greater than 0. Please advise, |
One answer
Hi Daniel,
You can consider to use "Script based validator". Please have a look https://jazz.net/library/article/1003#validators
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.