Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

report.associations=false

Associating Tests with Development Artifacts


Anchor
issue.tracking.tags
issue.tracking.tags
issue.tracking.tags

...

Example Usage

The following confiuration configuration disables the default tag asset and enables the custom tags high and test:

...

issue.tracking.tags=fr,pr,req,task,high,test

Related

Associating Tests with Development Artifacts


report.assoc.url.[tag]

This setting generates a link to an association inside the HTML report. The URL is a query string that contains an [%ID%] placeholder for the PropertyAttribute value. The associated tag must be configured with the issue.tracking.tags option.

...

report.assoc.url.high=http://bugzilla.company.com/workitem?id=[%ID%]

Related

Associating Tests with Development Artifacts


report.active_rules

This setting specifies if the report contains a list of the rules that were enabled during analysis. 

...