I would like to query all work items from Azure DevOps I was involved yesterday.
Now I'm using following query:
So I get all work items I've changed yesterday, so that's ok, but the problem is that "Changed By" returns the last person which have modified the work item. Because of that if someone else did some action on the work item he overwrites the "Changed By" field and results of this query are not as I would expect.
I would like to display all work items that I was involved yesterday - I had changed the state, the assigned to person, made a comment etc. - I would like to query all these items.
Is it possible somehow?