Hello
Here I have two custom fields Approved By (User Picker) and Approval (Check Box) options Yes or No
A Transition should go forward only if the person in Approved By selects check box
any idea how to achieve this validation!
Here issue has to move from "In Progress" to "Done" where the current user cannot move it to Done state unless the CheckBox is selected by User in Approved By field
Thanks
Tej.
Hi Tej,
I would make two workflow transitions out of this:
Maybe this works (I didn't test it, but it should work)
With this approach, the user in "Approved By" is the only one who is able to click on the transition.
You should add a screen to this transition, where the user can set "Approved" to yes.
Then, after clicking the button in the screen, the field "Approved" is checked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn't work Thomas!
If we use condition... The user in the field Approved By only can do transition but I want current user do transition unless it satisfy the validation that checkbox should be checked by the only user in "Approved By"
Here issue has to move from "In Progress" to "Done" where the current user cannot move it to Done state unless the CheckBox is selected by User in Approved By field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that's what I meant with "the user in "Approved By" is the only one who is able to click on the transition"
Make two transitions as I suggested and everything's fine
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.