I'm trying to write an IQL query that would return all items/objects that were ever assigned to a user. Not just the currently assigned items, but also previously assigned items.
I would imagine its something along the lines of: User field IS/WAS "Lucas"
Has anyone figured out a way to do this? I'm pretty awful at the query syntax so anything will help.
Thanks!
Hey @[deleted] ,
Where with JQL (Jira) you can use the IS/WAS function i'm afraid that doesn't exist on IQL.
This will essentially look thru the history which is not possible at the moment.
I believe the following open issue/feature suggestion is what describes your use case
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.