Script px to stop autopromote
Hi Everyone,
is it possible to stop autopromote of task to next status based on certain conditions using script or java px.i f yes how.
Assuming i want the task to be approved before nex status
Thank you
Yes, this is possible. You will have to throw AgileDSLException when your condition is not satisfied, to prevent auto promotion.
I tried AgileDSLException . This worked in Post event but the Pre event is giving me an error for the previous status that is between Not started – Inprocess even though the Pre event is set for Inprocess to Complete.