-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
I've created an issue with a Fix For Version 1.7.3. I've edited it to have two Fix For Versions, 1.7.2 and 1.8. Than I solved the issue in 1.7.3 only.
The issue only shows up in the Road Map's version 1.7.3, but not in 1.8.
- is related to
-
JRASERVER-5820 Fix version accessible over multiple projects
-
- Closed
-
-
JRASERVER-6516 Issue status per version
- Gathering Interest
-
JRASERVER-7948 Ability to Create issues and automatically Clone/Move to multiple projects and maintain changes across Cloned issues
- Gathering Interest
- relates to
-
JRACLOUD-1493 Allow issue to be in different fix status for different versions
- Closed
-
JRASERVER-648 Created linked issue
- Closed
I once wrote a plugin (http://toolsmiths.blogspot.com/2010/04/one-bug-multiple-branches.html) to answer two related questions:
1. Which versions is this bug present in?
2. Which bugs are present in a specific version?
I created a project named Builds. Every build of the software created a Build issue in the project. Build issues were linked to the previous build and the next build. When a version control branch occurred the Build issue was linked to two next builds.
Each bug indicated the builds that it was confirmed present in (affects), and the builds that it was confirmed not present in (fixed). Then the plugin created reports to answer the two key questions by creating a tree of the Builds involved. The nice thing was that discovering a bug in some released build automatically showed the bug as affecting the latest build. This dynamic info was useful.
I'm not really sure why more bug trackers don't support multiple releases better. It's been a pain point in most places I've worked at.