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.
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.
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.