You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
This worked for me for the most part. There were a couple of results with active users as reporters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.