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.
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.