I've already created a custom listener using groovy runner that ensures the children version always matches its parent. I thought I'd extend it so it monitors fixversion such that:
if the new fixversion has more than one value, disallow update and send error message "Fix Version can contain only one value"
I'm not quite sure how to refuse the update and send such an error message. Could someone point me in the right direction?
You cannot send error in a listener because it happens in a different thread.
You should consider handling it in a workflow validator if the change happens on the workflow. If not, i.e. if the change is while editing issues etc, you don't have much options. Maybe you can store the error in a field and display it to the user.
you never have good news for me, do you? ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only if you ask simple questions like "where I can I find the log out option" ;)
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.