Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Could I automatically create release versions for all of 2025 that starts every Wednesday and goes to the next Tuesday, with every release version's name being the due date.
Hello @Jaret Van Zee
Welcome to the Atlassian community.
It is possible to use Automation Rules to create Versions.
https://support.atlassian.com/cloud-automation/docs/components-in-jira-automation/
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Create-version
Refer to this post for some ideas on how to construct a rule that would repeate an action a number of times.
Hi @Jaret Van Zee - I do not think this is possible with just out-of-the-box Jira functionality (for example by just using Jira automation rules).
My proposed alternative would be to code it yourself (e.g. through a Python script or a language of your choosing) using the Jira Cloud API and the end-point to create a version and just loop through every Wednesday for 2025 to create the release versions.
If you're not that comfortable with coding, you might be able to do it using Postman and data collections (with the Wednesday start dates and Tuesday end dates listed in a file) and feed them through as a kind of "load test" when hitting the version API.
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.