The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there a way other than doing them manually in each project?
Hi Ben:
Unfortunately, Versions/Releases just like with Component/s mgmt is done at each project's level (project dependent) in Jira software.
I personally have not use any 3rd party add-ons to manage cross project versions. However, Advanced Roadmap for Jira does provide the concept of cross-projects releases, but it is only within the plan and not pushed back to Jira projects. Here is the link reference - https://support.atlassian.com/jira-software-cloud/docs/create-a-cross-project-release-in-advanced-roadmaps/
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
If you or the person managing versions are comfortable with the command-line, you could use Bob Swift's CLI, which has an addVersion action that is as simple as:
acli --action addVersion --dateFormat "
dd/mm/yyyy
" --project PROJECT --version VERSION --description DESCRIPTION --startDate STARTDATE --date RELEASEDATE
So then, this could be made into a shell script that takes a set of variables (VERSION, DESCRIPTION, STARTDATE, RELEASEDATE) and plugs them in for all of your PROJECTs. (One call for each PROJECT.)
It's conceivable that this could be turned into some kind of web service as well, but then you'd have to deal with logins and authentication and bleh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, and I forgot to link to this great tutorial for adding multiple versions in bulk from a CSV file so that's another approach:
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.
The 2020 acquisition of Mindville added powerful asset and configuration management capabilities to Jira Service Management in the form of Insight. Following the completion of that integration, custo...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.