Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query to find issues due between now and the next Tuesday

James Wolff July 22, 2019

I have a recurring meeting very Thursday that goes over issues due between then and the next Tuesday.  I can't seem to find a way to do this. startOfWeek(3d) will only show through the Tuesday of the current week.  I know I can do endOfDay(5) but that only works if run on Thursday.  I want to be able to run it any day and it show all between then and the next Tuesday.

1 answer

0 votes
Mikael Sandberg
Community Champion
July 22, 2019

Hi @James Wolff,

Welcome to the Atlassian Community.

startOfWeek() starts on the current week, so if you want to get the ones for next Tuesday you would have to use startOfWeek(10d), if your week start on Sundays.

James Wolff July 22, 2019

Thabks

Suggest an answer

Log in or Sign up to answer