I am trying to set notifications for 'Weekend' hours.
I tried using startOfWeek(#) and replacing the # with 6d or 7d to signify that 6d = Saturday 7d = Sunday, am I using the JQL correctly? I tried changing it to 1d/1 to see if it would work on a Monday but still no notification.
Hello @Matthew Buehs
Your JQL is nearly fine. I believe you are missing a sign -+:
`(startOfWeek("+6d") OR startOfWeek("+7d")) AND...`
See docs: https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-startOfWeekstartOfWeek()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.