is there any way to set a condition/validator that approver can only transition on a workflow if they are not in a same group as the assignee?
example:
user1, user10 = groupA
user2, user22 = groupB
all users have approvers permissions.
if user1 is the assignee, user10 can't approve the issue, only groupB users can approves the issue.
if user2 is the assignee, only groupA users can approves the issue.