Automotive suppliers implementing ASPICE CL3+ processes face significant compliance tracking challenges with multi-level baseline management and impact analysis automation. Our organization recently completed a successful implementation using codebeamer ALM cb-24 that addresses these challenges through hierarchical requirements baselining with full traceability and automated SPICE export capabilities.
Challenge Context: We needed to baseline requirements across 4 hierarchy levels (System → Subsystem → Component → Module) while maintaining full traceability to test cases, work products, and change requests. Manual baselining was causing audit failure risk due to inconsistent versioning and broken trace links after baseline creation.
The multi-level baseline structure required capturing dependencies across hierarchy levels, so when we baseline System Requirements v2.0, all child subsystem and component requirements needed to be baselined atomically. Our initial API automation attempts failed because we couldn’t properly handle the cascade:
<baseline name="SYS_REQ_v2.0" scope="hierarchical">
<item id="SYS-001" version="3"/>
<!-- Child items not captured -->
</baseline>
This resulted in compliance tracking gaps and audit findings. How we solved it using cb-24’s enhanced baseline capabilities is detailed below.