Hi Guys,
I want to use a search query to search resolve tasks for a given date.
Ex: Project in (ABC) AND Type != Bug AND Resolved <operator> <date>
Please suggest me a syntax. Thank you
To restrict your search by a specific date you need to follow this:
DD = The actual date you want to have results for
DD+1 = The actual date you want + 1
resolved >= YYYY-MM-DD and resolved < YYYY-MM-DD+1
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.