Unable to get plan view working with date based filters
I studied the article and wiki on customizing the plan view using the QuickQuery syntax: https://jazz.net/wiki/bin/view/Main/QuickQuerySyntax
It indicates you can create filters or colors based on expressions that include dates such as dueDate:<today
I tried every way possible to get this to work and I am completely unable to make this work in my web plan view. I can get the QuickQuery Syntax to work for many other attributes like status, owners, tag, etc, but I can't get anything to work on dates in any way shape or form. I have tried absolute date, relative dates, different fields, different work item types and nothing seems to work.
Has anyone else successfully gotten this to work? We just want to mark past due items in red in our plan view.
I have a "hack" in place where I add the tag "pastdue" to the work item and that colorizes it, but that is going to take manual effort to keep updated when it should work automatically.
Server is running version 4.0.2 CLM
Browser tried Chrome and Firefox
Accepted answer
I just did exactly what you are trying to do (twice). I opened a Sprint plan, add a new task, set its Due Date to this past Wednesday, edited the plan view, add a Colors item, changed the color to red, then typed "due" and it suggested dueDate: and I clicked on that, then added "< today" and clicked OK in the editor. The item was tagged with a red "Colors" flag. I used Chrome and tried it with RTC 4.0.3 and RTC 4.0.5 (sorry, don't have a 4.0.2 server handy).
Sorry for asking the obvious question: are you sure you had visible items in the particular plan that matched the entered criteria?