Using scheduler to create a ticket the first of every month & put in backlog

Raina Anand January 21, 2025

Just trying to figure out how to schedule something for the first of the month rather than by days, hours or minutes. 

I want the rule to repeat every month, create the ticket on the 1st and assign to an individual and the scheduler shows me a CRON option but I can't figure it out. 

Any advice? Thanks! 

3 answers

0 votes
Layssa Souza January 21, 2025

Hello, @Raina Anand, for this CRON you can use something like:

0 0 10 1 * ?

This way, an issue will be created every month on the 1st, at 10am.

Remembering that the time change would be where the number "10" is, this way, you can adjust it according to your needs.

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2025

Hi @Raina Anand 

What have you tried thus far using the Scheduled Trigger?  

Please post an image of your rule trigger and the audit log details, explaining how it does not work as expected.

 

In both the automation documentation and the editor's trigger description, it links to information on how to make a CRON expression, including a guided CRON builder tool:

https://confluence.atlassian.com/automation/jira-automation-triggers-993924804.html#Jiraautomationtriggers-scheduledScheduled

 

Kind regards,
Bill

Raina Anand January 21, 2025

Hi Bill, Thanks for your response. I have had successful use of the trigger when schedule a creation for 7 days out but I have no options to pick a date or anything like that. See attached atlassian help.png

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2025

Please try selecting the "Use cron expression" link in the trigger and view the docs for the guided information on building a monthly expression.

0 votes
Atlass Monster
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2025

@Raina Anand  Yo mate. 

Not sure how different it is on Data center but those two may help.

Screenshot 2025-01-21 214937.png

 

There are CRON calculators sort or speak, online I think I used that one last time: https://www.freeformatter.com/cron-expression-generator-quartz.html

Raina Anand January 21, 2025

That link was SUPER helpful! Thanks 

 

Suggest an answer

Log in or Sign up to answer