how to search for overdued issues ANONYMOUS Created December 16, 2011 09:21 Hi list,i would like to make a search for overdued issues but don't know how to phrase it into a valid search query.Is there a way to display these issues ?Regards,Tilman
Hello Tilman,
Unfortunately, at the momentwe don't support relational operators in search query, but you can use range operator and seach for a date range.
If you want to search issues by a field of date type (let's say you have Due Date field in your project), then you can use search query like this:
#Unresolved Due date: 2011-01 .. Today
You will get the list of issues with Due Date set for today or earlier, which are still unresolved.
Hope this will help.
Best regards,
Ekaterina