Detailed Description
This little wiki macro allows you to display traceability information in three levels. Each level is customizable by 2 parameters.
1) query
2) commit to svn
detailed information how to use the macro can be found on the wiki page itself.
The Example wiki page demonstrates how you can build custom pages with own parameters which execute the macro.
Important:
==========
the script can take some time to perform the calculation as it has to iterate through each item found by the
root query. Then it has to check if the item has a linked item which was found by the middle query.
Then it has to check if the item has a linked item which was found by the end query
So be patient if you query for 2000+ items in root query. Also be aware that you may need to increase the memory for
the java process.
Tested on Polarion 2010
========================
I have not tested the query on older versions of Polarion. It should also work in 3.x.
Installation of the TraceabilityTable macro
=============================================
1) create a new wiki page TraceabilityTable on repository level in wiki space macros: macros/TraceabilityTable
2) copy content of TraceabilityTable.txt into the created wiki page in macros/TraceabilityTable
3) save the page
Installation of the custom TraceabilityTable page
==================================================
1) create a new wiki page in your project (it will not work on repository wiki space) and give it any name
2) copy content from CustomTraceabilityTable.txt to your wiki page
3) save your page