My companies current processes rely on versioning on what would be defined as a component within JIRA. Is there a method for tracking version information at this level? Managing each component as a separate project would not be feasible in our structure.
Component versioning is a long-standing open feature request:
https://jira.atlassian.com/browse/JRA-3501
The updated description that says ..."we won't be able to fit this issue into the JIRA roadmap for the next 12 months" was added on May 27th 2011 - so I guess that we are in with a chance for 2012. But I would not hold my breath.
Note that there is a suggested work-around: use cascading select custom field.
Checking the link in the above comment shows that this issue is Resolved as Won't Do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, if you're still looking for the component version solution, we included this functionality in our app - Octo - Component Management for Jira.
The app allows you to create component releases that can be managed independent of your project releases. You can use JQL to filter for issues assigned to ComponentVersion and you can also link your component releases to your project release.
If you're interested in more details about the functionality you can read more here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's a free non-plugin solution available.
Components are strings and can be used to track any aspect of your project which you find useful.
Versions don't have to be numbers; they are also just strings.
So, just create Components corresponding to each of your microservices/apps/whatever, e.g. serviceA, serviceB...
Then create Versions using a <Component>-<version number> convention, e.g. serviceA-1.0, serviceA-1.1...
How is this not as good as the Component Versioning everyone asked for and will never get anyway?
The only problem I have come across with this approach is that you're forced to abbreviate your Component names to keep the Version strings short, so that they are fully visible in the Version labels you see in Issue lists. Not a huge deal given that Component Descriptions can be verbose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have developed a JIRA plugin that allows component specific version numbers. It enforces component specific versions on issue create, edit, inline edit and workflow screens. You can check it out at Atlassian Marketplace (Component and Bundle Versions for JIRA) or at read the plug-in's help page for more detailed manual. This Plugin also allows you to group different versions of different components into one bundle. At issue creation page, if you do not select any component, this plugin only allows you to select bundle version numbers. It also provides two new JQL functions (affectsBundle and fixedInBundle) to query issues affecting a bundle. We welcome any feedbacks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Mark suggested a cascading select would work.
Another option is to use the behaviours plugin and take a look at the behaviour to 'Add or remove options to a single or multi-select fileds, (https://studio.plugins.atlassian.com/wiki/display/JBHV/Miscellaneous+Behaviours+Examples#MiscellaneousBehavioursExamples-Addorremoveoptionstosingleormultiselectfields) The example that is given there is with componenets and subcomponents, or in your case it would be components and component versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, you are more than welcome to try my plugin for free - Version Manager for JIRA cloud.
Not only does it let you delegate the manage versions permission to whoever you decide but it also lets you assign components to versions.
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.