Exist any filter to search if on one ticket the reporter doesn't exist?
not empty, for example the user create a ticket and past 2 weeks he leave the company , he is removed to the AD and his user desription appears: The user doesn't exist.
Any solution to filter ?
Hi Joan,
Depending on how you handle deactivation of users, this would be possible by searching for whether or not the reporter is in a specific group.
For example, when a user is disabled we remove the user from all groups.
If you have one group which all Jira users are members of such as "jira-users", you can use thie following JQL:
reporter not in (membersOf(jira-users))
I hope this works for you.
Hi Jessica,
If you get active users in the result this could be caused by:
1) all active Jira users are not in the group "jira-users" (or whichever group you searched with) If you have application access set up for several different groups, this could be the reason for this.
2) some users which should have been deactivated we're only removed form all groups, but not actually deactivated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I realise this is an old question, but I found another way (building upon what's suggested here) and thought it may be useful for anyone else looking:
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.