Forums

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

Scheduling tasks for 1st and 15th

Rob
Contributor
September 25, 2019

how do you setup a task to be created on the 1st and 15th of each month?

2 answers

1 accepted

1 vote
Answer accepted
Deleted user September 25, 2019

Hi,

Thank you for reaching us!

You'll need to use two rules using schedule and cron expression:

This cron below will make your rule run every 1st day of each month:

The cron will fire your rule every first day of each month at 08:00 AM.

0 0 8 1 1/1 ? *

schedule2.png

This cron will make rule run every 15th day of each month:
The cron will fire your rule every month at day 15 at 08:00 AM.

0 0 8 15 1/1 ? *
schedule.png

 

Note: Automation for Jira Could use UTC-0. So you need to calculate based on this UTC if you would like to fire on the right hour.

Furthermore, if would like to change your cron you can use cronmaker:
http://www.cronmaker.com/

Also, you can see the next time that it'll run.

cron.png

Can you give a try with this cron above and let me know how it goes? 

Cheers, 

Cristiano

[Automation for Jira Support]

Ezra Visser
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 9, 2019

Thanks for such detailed answer! 

0 votes
robert Mugabuhamye
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.
September 25, 2019

hello @Rob .
The easiest way to do this would be to go for and add-on such as the scheduler.
There is no solution out of the box in jira.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events