I'm using a User Picker one of my projects and at any point of the workflow, I do not want the Assignee to be the same user as the user in the User Picker field I have. I have no idea how to start a script like this and I'm hoping someone would be so kind to share or show me how to develop a script for this.
Hi,
Can you provide some extra info:
I am asking because if you want to do this kind of validation, you would have to have a "trigger" event for the validation BEFORE the issue is updated.
The update of one of these fields can not be the trigger because by then the value would already have been changed, in other words the validation would be too late.
You can do the validation when these fields are updated in transitions.
Regards,
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.