The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Advanced (CRON expression)

ADM Amar Msaid
Contributor
April 26, 2023

hi,

can you give the CRON expression to execute a rule every 5 minutes from 8:00AM to 5:00PM only working days (MON-FRI).

and

the CRON expression to execute a rule every hour from 8:00AM to 5:00PM only working days (MON-FRI).

 

thank you.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
John Funk
Community Champion
April 26, 2023

Hi @ADM Amar Msaid 

Try this:

0 0/5 8-17 * * MON-FRI     - Every 5 minutes

0 0/60 8-17 * * MON-FRI    - Every hour

ADM Amar Msaid
Contributor
April 27, 2023

Thank you.

Like John Funk likes this
John Funk
Community Champion
April 27, 2023

You are welcome