It's all about the answers!

Ask a question

How can I require that Story Points be Greater than 0 in a specific state?


Daniel Gilio (101924) | asked Nov 19 '14, 12:20 p.m.
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



permanent link
Lily Wang (4.9k714) | answered Nov 19 '14, 11:25 p.m.
  Hi Daniel,
You can consider to use "Script based validator". Please have a look https://jazz.net/library/article/1003#validators

Your answer


Register or to post your answer.