I was wondering if it possible to have identical fix versions across multiple projects? We have multiple teams, each who have their own project, defecting the same fix version, and currently cannot filter via fix version because the option is hidden when dealing with multiple projects. One solution we came up with would be to use a custom field for this, but even if that works we lose a fair bit of functionality. Does anyone know a solution for this?
If you switch to advanced search you can write
fixVersion = "xx 3.6"
and this would match all versions with this name in all projects.
Henning
This was kinda what I was hoping to avoid, but is an acceptable workaround. Thanks!
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.
@David: I don't know if this is still an issue for you, but we have just launched our Version Sync add-on for JIRA to the Marketplace that will do exactly this. It will automatically keep versions in sync between multiple projects, where you have one "Master" project and an unlimited number of linked projects to which version changes are propagated. This might make this workaround less cumberome for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found this question when I had a similar issue. I used Script Runner's Version Synchroniser Listener to have same version names in two different projects
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.
Script Runner provides readymake Listeners, one of them is this Version Synccing. One just defines source project and target project where version changes are reflected.
One can also script this kinda behaviour; In one case only when source project does a release the version was wanted to appear in the target project. I ended writing listener for release events in source project and then creating (just using the same name) the version for target project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are currently using mutliple projects for different teams (Network, Storage, Product, Application Development, etc) and use Version for Stage Gate Projects. I am looking for a consolidated report that shows all of the points necessary across the different projects to complete shared fixed versions. Is this something that is currently in development?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David, at this time it's not possible to have the same version on different project, not in database at least, but @Tietgens answer could be your best approach. You can create version on different projects but specifying the same number version, so when you use advance search you can find like @Tietgens said.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.