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'm wanting to write a scriptrunner behaviour that checks to see if the Sprint field is getting updated and make a different specific field required if it's updated. I know this will work when editing an issue via Edit but will this also work when dragging and dropping an issue between sprints on a Rapid Board? Will the user be prompted with the required field if they update the issue in this way via a Rapid Board?
No, this will only work when you have a form/screen with editable fields. Either on Edit or during a Transition.
If you have a transition with a screen, moving between columns on the active board will trigger that form and the behavior script will take effect.
Now, if you change the sprint via drag/drop (true also of bulk or api changes), the change will happen regardless of the behaviour, but the next time a form is presented (either edit or transition) then the specific field will be flagged as required (if visible on that screen, especially relevant for trimmed downed transition screen) and other modifications will not be possible until the missing field is addressed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.