Create filter with relative date and exact time

Christian Ludwig November 29, 2016

I'm looking for a way to create a filter that will show me issues created >= last Thursday at 17:00 and created < this Thursday at 17:00.

 

Is there a way I can set the relative date (as in just last and this coming Thursday) and an exact time of 17:00?

1 answer

0 votes
Vasiliy Zverev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 29, 2016

Here you are:

1) createdDate > startOfWeek(-37h) and createdDate < endOfWeek(-37h) - issues created >= last Thursday at 17:00 and created < this Thursday at 17:00.

2) createdDate > startOfWeek(-37h) and createdDate < startOfWeek(-37h) - Is there a way I can set the relative date (as in just last and this coming Thursday) and an exact time of 17:00?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events