A snapshot is a „frozen copy” of the current state of your traceability data. As a new feature, YT supports
Read more details about snapshots of trace data in our blog in the YT help.
We added several improvements to the query language:
In cases where the DTD during the analysis of XML files is not available in the YT workspace, it is now possible to deactivate the DTD validation.
There where several cases when the data access mapping was changed unintentionally when turning the mouse wheel.
Therefore we ignore the mouse wheel in the context of the data access combo box.
When defining
include .. if
filters that use system attributes such as
level or
path , YT did in some cases not recognize all DOORS objects. This has been fixed.
The CDT adapter now recognizes c, h, cpp and hpp files.
In some cases, the query language did not evaluate empty or null values correctly.
We fixed this and improved the query functionality:
where(AttributeValue("<attribute_name>") == null)
is true if the attribute is null
where(AttributeValue("<attribute_name>") == "")
is true if the attribute is null or empty