how to search by day and time

Tatiana Bitman January 21, 2016
 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2016

You can use simple numeric comparisons on dates and times, so you can easily do things like "due date > 30/01/2016" to say "due date is after the 30th of January 2016"

You can use dynamic dates too - "due date > -7d" means "due date is set to after 7 days ago when this query is executed"

And there are functions, so

"due date > now() and due date < +7d" will show you "all issues with a due date in the next week"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events