In short, when an issue is assigned to 1 of 3 specific people (could use a group also), I want to assign it to the reporter. If the issues is NOT assigned to one of these 3 people, I want to assign it to a specific user (a dummy QA user). I have read the documentation but I can't find anything on evaluating {Assignee} = user OR user OR user...
I ended up using a SIL post-function (JJUPIN addon from Kepler-Romano) to achieve this and based it on the component rather than the original assignee.
As simple as:
if(elementExists(components,"Tools")) { assignee = reporter; } else { assignee = "heroQA"; }
You should be able to use {Assignee} == user OR {Assignee} = user OR {Assignee} == user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.