Hey All,
I have workflow which has bunch of statues.
I do have custom field called "Design Review" and it has 3 options.
I want to add condition to workflow under "Done" status
If "Design Review" = $Value then user can change the status to Done
Otherwise user won't able to move the issue to Done
Is there way to do this?
Thanks in advance
Hi @yosi hatem
You can use "Value Field" condition in workflow transition.
Go to workflow -> click done transition -> conditions -> add condition.
More info: Configure advanced issue workflows
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tansu Akdeniz 2 questions
1) When I mark the custom field that I want to set rule, I am getting error
2) Is there way to combine 2 fields. Because I need to set 2 verification like
I want this rule to be affected only for Story Type = $Value. If it matches than I will set transition
Example
Story Type = $Value and then check if Design Review = Pass
I do want to exclude this condition if Story Type is something else (i have 2 values there)
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.