Hello, i have this query in JQL, that returns all tasks where start date or due date (all custom fields) is tommorow.
project = "ACY" AND type = "Design" AND cf[10015] = endOfDay("+1") OR cf[10036] = endOfDay("+1")
I want to edit it, so it will display tasks for Monday on Friday (to just exclude weekends). Is there any way to achieve this?
Hi @Juraj Javorsky ,
this is a recurring question. Right now there is not a specific way to do that. You need to use startOfWeek()/endOfWeek() in your JQL in order to manually exclude specific weekend.
So i need to create a specific query for "fridays", is that right? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope, please follow the below thread.
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.