I have a filter that doesn't contain StatusCategory and returns all the data I need. I then try and use that filter on a Dashboard and it isn't finding all of my data because it is adding StatusCategory != done.
My filter:
type IN (Bug, Story) AND project = TOTE AND fixversion != empty ORDER BY created DESC
Dashboard is using Issue Statistics and the Statistics Type is set to Fix for versions (non-archived).
Hello @chad zibbel
Note that the statistic is "Fix for version", not "Fix version".
The information being presented is metrics for the issues that have not yet been "fixed" for versions based on the issue status and the content of the Fix Versions field.
That is why "statusCategory!=Done" is being added to filter.
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.