-
Suggestion
-
Resolution: Fixed
-
0
-
Problem Definition
Currently, Bamboo does not track in any audit log the creation or deletion of releases, or the creation or deletion of historical deployment records.
Having this information can be important when running audits.
Suggested Solution
Extend the deployment audit log to include these.
Workaround
If database logs are kept, a possible workaround would be to look at your database logs and look for delete statements on tables deployment_result (historical records) or deployment_version (releases).