Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > Spira Custom Reports > Design traceability repor...
I need to generate the design traceability report, to prove that each requirement has been accounted for in both Software Architecture and Design.
I've create a project which is holding all requirements in there (let's assume that the project consists of only one product for the matter of the question)
In this project I have 3 components:
1. Requirement2. Architecture3. Design
The design and architecture are written in semi-Word way: each "requirement" (header in Word) contain text, diagrams and is associated with real requirements as Depends On.
In the end I want to get something like this:
Design Traceability Report
The idea is to check for Component name of the artifact linked to the requirement and then decide if it belongs to Architecture or Design column (or something else). So... if the Component is Architecture, then place the linked name into Architecture column. if it is Design, then it belongs to Design column. And if it is anything else, it should be ignored.
I can't seem to find a way to get the Component from linked Artifact using XSLT., so not sure how to achieve my goal.
Can anyone please help?
Sorry about formatting, I've thought that a copy from Spira screen would work nicely... :(
Hello,
I think article KB:542 about Creating a Custom Report with Grouped Headings is describing something very similar to what you're trying to achieve with XSLT.It helps to group the data in a report by a sub-heading, to show a table of associated requirements under each available Component. What you need to modify is to display the component name as a column instead of the main heading as section.
Another options are:- ODATA that lets you run custom reports in other tools such as PowerBI and Excel365- use ESQL query to extract the required data
Regards,Victoria -
And if you have any questions, please email or call us at +1 (202) 558-6885