Please do not try to download and/or contact us regarding this extension.
Please consider implementing the use case you are looking for using a LivePage.
Installation
- Download the extension
- Review install.bat - path svn executables, and svn repository url
- Run install.bat
By default it installs (imports) Traceability Report wiki script to the global wiki space "macros".
To use this wiki script include following fragment on any wiki page:
#set( $labelRows = "Requirements" )
#set( $sortRows = "id" )
#set( $queryColumns = "type:testcase AND project.id:elibrary")
#set( $labelColumns = "Test Cases" )
#set( $linkRole = "cover" )
#set( $direction = "impact" )
#includeForm("/macros.Traceability Report")
