Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm I want to use the listener in script runner so that when a user updates the fixed version this triggers a transition that has a transition screen associated with it to force the user to enter in release notes. Is this possible with script runner?
That's not what listeners and events are. They're background, system stuff, that has nothing to do with user sessions. If somebody updates an issue, an event is published inside the system, listeners can react to it and do their stuff, but everything is happening entirely inside.
What you're after is probably closest to https://docs.adaptavist.com/sr4js/latest/features/behaviours which can force changes to issue forms depending on changes to fields, such as if fix version is changed, then release notes becomes mandatory, with new description, etc.
Since it's pretty much entirely javascript based, there are loopholes to avoid it, such as bulk edit, REST, or any other automations. It shouldn't be considered 100% fireproof, but it does the job unless somebody really, really wants to bypass it.
My guessing is it is not feasible.
As you know transitions have Conditions, and Validators by adding a new transition using a listener, it may bypass some conditions or validators that can be critical to the workflow.
Best,
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.