-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 9.0.0, 8.2.5, 8.2.6, 9.0.1
-
Component/s: Bamboo Release
-
None
-
6
-
Severity 2 - Major
Issue Summary
This is reproducible on Data Center: YES
The issue is, When the latest Release is deleted, on the Project Summary page Release Link is still clickable and it points to versionId=undefined (when we hover over it). This issue can be seen across Version 8 and 9 of Bamboo.
Steps to Reproduce:
1. Existing deployment plan with a bunch of releases already configured and deployed successfully to environments
2. Delete a release which has been already deployed to an environment
3. Hover over the release link to see the "versionId=undefined".
4. Click on any release link will give the internal server error
Please find the attached document for screenshots and steps.
In version 8.2.6,
When we have deploy to multiple deployment environments and delete the latest release clicking on any Release link throws a 500 error stack trace in the UI.
Expected Results:
Bamboo does not render a URL for a deleted release
Actual Results:
Bamboo creates an invalid URL that results in a 500 Exception when clicked.
Work around :
Right now only workaround is to deploy the build again to the environments. Once done, then all the release links starts working as expected.
- mentioned in
-
Page Loading...