You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a script runnter condition to prevent a transtion under certain conditions and despite the code returning false (which I've confirmed with logging) the transition is not blocked/still availiable.
Having looked at similar posts I can confirm that I am returning an InvalidInputException
The code used is the same I have in place on another project/workflow where is works fine
Any ideas ?
A condition doesn't return an InvalidInputException - they don't work with input at all.
A condition stops a transition from being offered to, or run by, a user. They simply return "true" for "they can do this" and "false" for "they can not". They determine what transitions appear (or allow to be triggered by drag and drop on a board)
So, I'm a bit confused on what you're asking about?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.