I have recently integrated my Jira Server (4.3.x) with my Bamboo Server (3.1.x) and Subversion server (Collabnet 1.6.x). When I click on the build tab of a project on Jira, it only lists those builds that are linked with a project issue. But I have many builds that are not linked to any of my issues, therefore, those builds are not listed in the build tab of Jira. How can I tell Jira to list me ALL the builds of my project, not only those linked with project issues?
According to the Jira and Bamboo documentation this is not currently supported.
http://confluence.atlassian.com/display/JIRA/Browsing+a+Project's+Bamboo+Builds
"i.e. Issues that are fixed or related to a build"
You can manually add related issues after the fact, or use the issue number in your code commit comments to link. Perhaps a closed issue with a "link jira and bamboo" is a hacked way to get around this, adding that issue to every new build.
If you use a tool like Mylyn you can have it automatically insert that issue into every commit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.