Forums

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

Automation > Recurrence - Please add Monthly/Annually

Andrew Sedlacek May 30, 2025

For Jira Automation - is there a way to set the story/task to recur monthly or annually? In the dropdown I only have Daily, Every Weekday, Weekly, and Every 2 Weeks.

3 answers

1 vote
Evgenii
Community Champion
May 31, 2025

Hi, @Andrew Sedlacek 

To use more complex schedules, you can take advantage of CRON scheduling. This is done through the "Advanced" tab in the scheduling settings.

Here are a couple of examples:

A CRON schedule to run at 1:00 am on the 1st and 15th day of every month would look like this:

0 0 1 1,15 * *

If you want it to run at 1:00 am on the 1st day of January every year, the expression would be:

0 0 1 1 1 *

You can find more examples here:
https://support.atlassian.com/jira-software-cloud/docs/manage-filters/

Let me know if you need further clarification!

Best regards,
Evgeniy

1 vote
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.
May 30, 2025

Hi @Andrew Sedlacek 

As an alternative, you may use a rule with a Scheduled trigger on your cadence (with JQL to select your work item) and then use Clone Work Item.

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events