Configure automatic notifications for weekends only

Matthew Buehs February 3, 2020

I am trying to set notifications for 'Weekend' hours.

2020-02-03 11_14_51-Harmony - Automation - Service Desk.jpgI 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. 

1 answer

1 accepted

0 votes
Answer accepted
Fernando Bordallo
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 3, 2020

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()

Matthew Buehs February 9, 2020

This helped, thanks!

Like Fernando Bordallo likes this

Suggest an answer

Log in or Sign up to answer