Hi Team, need assistance too confirm on this cron expression.
I've two to rule to run.
1) 0 0/15 * * * ? * every 15 minutes
2) 0 0/30 * * * ? * every 30 minutes.
My timezone is GMT+8 , required the rule to run every Monday to Friday my time zone, please advise.
Community moderators have prevented the ability to post new answers.
Welcome to the community. Here are your cron expressions -
1) Every 15 mins - 0 0/15 * * * MON-FRI *
2) Every 30 mins - 0 0/30 * * * MON-FRI *
Here is a link that can assist you - Look for the details under the "Sechedule" section of the page - https://support.atlassian.com/jira-software-cloud/docs/manage-filters/
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.