Automate version release on the 1st day of month (Jira data center)

Vini Vincent September 8, 2024

 

Hello! I am looking for a way to automate version release on the 1st day of each month.

I have a rule set up to automatically create a new version with the name of the following month and year when I release the previous version. I would like to add a release date to this rule, ie, release on 1st of following month, so I don’t have to manually release it each time.

For example, release version September 2024 on 1st Oct 2024.

Appreciate your assistance.

Capture Automation rule.PNG

1 answer

1 accepted

2 votes
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 8, 2024

Hi @Vini Vincent and welcome to the Community!

I would suspect the following to work, looking at your requirement description:

{{now.endOfMonth.plusDays(1)}}

Or, if you want to make sure your release date is on a working day:

{{now.endOfMonth.plusBusinessDays(1)}}

Hope this helps!

Vini Vincent September 9, 2024

Hi @Walter Buggenhout

Thank you! It worked!

Much appreciated.

 

Like Walter Buggenhout likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events