I am trying to set up an advanced workflow in JIRA OnDemand that allows us to change the issue assignee based on certain conditions whenever the issue is resolved. However we want to be able to have the conditions for the transitions check that the issue reporter is in a particular group.
Looking at the transition conditions, I don't see anything that allows us to do anything based on the issue reporter (except for the "only reporter" condition which isn't what we want). Is there some other way to achieve this?
If it helps clarify, we want to apply conditions like these:
IF issue reporter is in program-management group THEN set assignee to (specific user)
IF issue reporter is in QA or Development group THEN set assignee to (reporter)
Thanks in advance for any advice!