Hi,
I am trying to run an export, looking for completed work where the assignee is a former employee, inactive. Is there a way to do this?
Hi Ben,
You should be able to do a Filter something like:
statusCategory = Done and assignee = john.funk
You will need to type the username of the employee - it will not come up as you type, you will have to type out the full user name.
That works if you want just one person. If you want all of the inactives, you can do this:
assignee in inactiveUsers() and statusCategory = Done
Hey @John Funk , I tried that but it seems like in advanced mode it's switching the users to their user ID. Where can I find an inactive user's user ID?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.