Is there a way to define the estimation field as mandatory only upon stage change? Follow
In our Kanban board we have 3 stages: Backlog, Develop, Done
When our Technical Support open a bug they assign it to a devloper in stage Backlog.
We would like to make sure each developer that picks the bug and moves it to develop stage assigns an estimation
Is there a way to define the estimation field as mandatory only upon stage change?
Please sign in to leave a comment.
Hi!
One can create an on-change workflow rule that will be triggered when the bug's stage is changed and use the ctx.issue.required method to show a warning if the Estimation value is not set.