I can filter all iceboxed Jiras but I specifically want to know which ones were iceboxed in the last 14 days. I have this filter below but it doesn't work as the status category does not change from To Do when an issue is iceboxed even though the status itself changes to ICEBOX.
issuetype in standardIssueTypes() AND project in (xxx, yyy) AND status in (Icebox) AND statusCategoryChangedDate >= -14d ORDER BY summary ASC, priority DESC
Hello @Sarah Johnson
Welcome to the community.
Yes! The solution is to use the CHANGED operator against the Status field.
With that operator you can enter a date range for when the change must have occurred.
Thank you Trudy, that worked!
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.