Hi, Can someone assist how to find issue details for the assignee who no longer are active in system. Some of the users left the organisation and their access were revoked. Post that I'm unable to search them as reporter in filter search
Hi Mayur
go to Settings > User management and search for the user.
Click on the user’s name.
The account ID for the user will be a long stretch of alphanumeric characters. Copy the ID of the user.
Then in an advanced search box use Reporter = and paste in the account ID. You can do the same with the Assignee field.
These users are removed so unable to search them using these steps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Removed as in Deleted? You should never delete users - just make them inactive.
Try this in a filter to see if it helps:
assignee in inactiveUsers() and statusCategory != Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not entirely sure but can't you search with JQL with
"assignee = inactiveuser"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did tried this option but it says there is no 'inactiveuser' value for 'assignee' attribute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.