You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Good morning.
I have an automation rule that includes the following cron expressions and although I've read the documentation, Construct cron expressions for a filter subscription | Jira Software Cloud | Atlassian Support I am not sure how to read it. All I got from 0 0 6 1/1 * ? * is 6:00 am.
Thanks,
Nicole
Hi @Nicole Gosling,
What is the end result you are looking for? The expression is saying run everyday at 6:00 AM regardless of month or year.
Thanks,
Tim
0 0 6 1/1 * ? *
| | | | | | |
| | | | | | +-- Year (range: 1970-2099) *= All years
| | | | | +---- Day of the Week (range: 1-7 SUN-SAT) ?= No specific month
| | | | +------ Month of the Year (range: 0-11 JAN-DEC)*= All months
| | | +--------- Day of the Month (range: 1-31) 1/1 = run everyday
| | +------------- Hour (range: 0-23)
| +---------------- Minute (range: 0-59)
+------------------ Second (range: 0-59)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tim Perrault thanks. I am a new Jira Administrator taking over for someone who left the company. You answered my question perfectly. I don't want to change it I just didn't know how to read the expression.
I will continue my learning :D
Thanks,
Nicole
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this means rule will run - Starting 1st Jan Midnight, it will run every one hour for all days, all months and all years.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicole,
If you click on the CRON Expressions documentation link in page, it will help guide you and describe the individual items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funk thanks! I did review the documentation however it didn't make sense to me. Sorry I am new to Jira so a little green right now :) I see @Tim Perrault provided a response. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries - I am glad Tim was able to provide a more detailed response. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try with this for everyday at 6 AM
0 0 6 ? * *
Let me know if this works or let me know at what time you need to run the automation
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pramodh M thanks for getting back to me so quickly. Sorry for the confusion, I don't want to change the cron expression I just don't know how to read it.
What does 0 0 6 1/1 * ? * mean.
Thanks,
Nicole
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Guys,
I found the solution for this every day and every 5min the filter trigger
Thank you
Venkata Gopi
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.