The Trace-ability view gives detail information of entire devOps journey in pipeline view .
Steps to follow to draw trace-ability dashboard through insights UI:-
- Download datamodel.json from https://github.com/TheCognizantFoundry/Insights/tree/InsightsEnterprise/PlatformService/src/test/resources and Place it under INSIGHTS_HOME.
Mandatory properties in datamodel.json:-
- order: order is important property which is responsible for the pipeline tool sequence in which it is displayed on the UI.
- uptool : the parent tool for the current tool in relationship.
- downtool : the child tool for the current tool in the relationship.
- messages : the property essential for showing summary info on the UI.
- toolName.
- author.
- toolstatus.
Select the tool name and respective property name and fill the value to see the pipeline as shown below: