Hello - I'm just wondering if there were any existing notions of Jira to handle project versions dependencies. Let's say I have one product, product A, which is based on product B and version A1 cannot be released without B3 to be so. Is it somehow achievable already or is it somewhere on your radar?
Community moderators have prevented the ability to post new answers.
Jobin - Thanks for the info, although I'm not willing to code a plugin right now... :)
Renjith - How would Strucutre help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Structure is exactly meant for that, that's what I alway thougt. Check the docs https://wiki.almworks.com/display/structure/Structure+Board
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using Structure for organizing tasks within a parent-child hierarchy, and I still can't see the relation between Struture and multi-projects versions dependency management. How would you use Structure to achieve what I'm questionning?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pierre, to some extent this can be achieved by representing versions with "meta" issues of a special type or project, and organizing them into hierarchy. However, there are two shortcomings: a) you can interpret an issue as a version, but JIRA won't - so you'll need to keep manual mapping between those meta issues and versions; b) so far a structure may have a single issue only in one position, so if your dependency graph is not a tree, you won't be able to represent it in a structure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see... It is more of a tinkering solution than an actual version management system but it's an interesting idea, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA versions have a defined sequence but it is not used much in practice. You can write plugins to make use of it though!
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.