Find WorkItems that were assigned to X in the last 30 days
问题 I'm trying to find all WorkItems that were assigned to a person X in the last 30 days. The big problem I have is the "in the last 30 days"-part. I thought about using the "ever" or "asof" keywords, but couldn't find a good answer yet.. something like WHERE [Assigned To] = 'X' AND (([Assigned To] != 'X') asof '<30daysago>') . But this is still not a bulletproof solution. Any better ideas? Thanks & kind regards Simon 回答1: It appears that this is not possible using just WIQL, but you can get