How can we update this condition on the Scrum board backlog page, Not allowing a sprint to start when we don’t have story points on all stories/bugs?
means we want to apply one condition without story points, we can't allow the start of the Sprint button.
You can't at this point - there's no native way of stopping a Sprint from starting based on conditional behaviours.
Options include...
---
For (1) - I'd recommend using Automation for this.
The rule below will remove the Sprint value if Story Points is empty, and remind the user to populate Story Points before adding an issue to the Sprint.
Hi {{initiator.displayName}},
Thanks for adding this issue to a Sprint. However, it's missing vital information - Story Points.
Please add these before adding an issue to a Sprint.
Thanks!
---
For (1), there's also a feature request open to make this restriction a native behaviour - check out JSWCLOUD-15376
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.