Currently I tried to get the issues raised by Non-QA members in my project.
And so i used the JQL as " AND reporter not in (abc, xyz, ...) where abc, xyz are QA members.
But the query resulted in issues raised by inactive members as well.
I tried using Reporter not in (inactive users) but errored out
Hi Thirumeni,
Vanilla JQL doesn't have any "inactiveUsers()" function. There are several plugins extending JQL that would support the argument, but before suggesting installing anything, are the QA members in any group?
If so, you could use ' AND reporter not in membersOf("QA-Team") '
Regardless of whether they currently are or are not, chances are maintaining a group for them could help in other regards, not just one filter.
Regards,
Radek
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.