I created the filter below to show me all of the done issues in the last 2 weeks. It has been working fine for the past 5 months. All of a sudden it is showing me all of the issues since the day I created the project. I did not change the filter since I create it; the only thing I did was release 2 months of "Done" issues on the board - not sure if that has something to do with my issue.
project = "CET - Technical Platform Services - Steady State" AND updated >= -2w AND statusCategory in (Done)
the issue here I expect is in the "updated >= -2w". By releasing the old issues you have "updated" them so they get 're-included' in the results. What is your goal for the filter. I expect you might want something like this instead?
project = "CET - Technical Platform Services - Steady State" AND resolutiondate >= -2w
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fred,
Could You please check Your old issues 'update' field? I suppose someone use bulk change and modify all your issues. And now You see all of them.
B.R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.