Imagine you want to re-use the same configuration with only slight adjustments, e.g. analyze the traceability of your project for different releases.
In such cases, the release has to be configured for several data accesses, artifact types or link types. You now don’t need to adjust the ‚release’ specification in all these definitions individually, but you can introduce a parameter. That will have to be adjusted only once, and its new value will be applied everywhere the parameter is used.
valueOf(project)=="MyProject"
correctly. We now honor case-sensitivity.
The PTC adapter now supports commas in (custom) attribute names. This enables configurations such as the following:
map to "Test" if ("Category" = "Test") { "manual result" to "result,manuallyDerived" }
In cases where an Excel file which was not relevant for traceability resided in the YT workspace and this file was opened in Excel, YT needed quite some time to figure out that the selection propagation from Excel to YT was not relevant (because the whole file was not configured to be relevant). This has been fixed.
In some cases, it was not possible to open a query file using the edit button or the context menu, while it was still possible to open the file by a double-click. We fixed this.