User will check a checkbox called "skip HLE" as the only checkbox option. If the user checks this button I'd like the issue to transition to a specific status upon checking the box. Is that possible without having to custom script it?
Hello @Darren Weaver
You would need to use a plugin for it. Out of the box it's not doable to check the custom field value and then proceed to a specific transition.
You can use the built-in postfunction/listener "fast track the issue" (from Script runner paid plugin) and the condition for this post-function can be whether the custom field is checked or not.
Thanks Tarun, we have scriptrunner (I mean, who doesn't :)). What would that look like in the script if I'm using a checkbox- do I use the example of "has select list value equal to"
@A, can you help here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Darren Weaver
Please see here
This is how you validate the checkbox, now you can have the validation condition in the "condition" section of the post-function called "Fast track transition an issue" and if the condition is met then you can transition the isssue otherwise the post-function will fail and your issue will be transitioned to the original destination step. So in this, way you can choose which status to go to based on the checkbox value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.