Hi,
I'm trying to build a filter to show tickets that have been flagged at some point in their journey for error tracking purposes.
I know this definitely doesn't work, but something along the lines of:
project=(project) AND was in Flagged = Impediment AND resolutiondate <= startOfWeek(7d) AND resolutiondate > startOfWeek()
Any help would be appreciated.
Thanks :)