Versions Compared

Key

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

...

Info
titleLinks to requirements

Whenever importing Tests, it's also possible to specify the links to the requirements that each Test validates. For that purpose, columns must be mapped as Link "Tests".

If the Test covers multiple requirements, then multiple CSV columns must be used, each one being mapped in the same way.


Date Time fields

Dates and Date Time fields formats should use a syntax that complies with Java SimpleDateFormat. On project mapping page the format used on the csv file sould be given in order for the import process to complete without errors or warnings. 

Info
titleExample of a valid SimpleDateTime format

dd/MM/yyyy hh:mm


Comments

Comments can be added to Test issues, using the following syntax  "DateTime;User;CommentBody" ,where DateTime and User are optional.

DateTime uses the Date Time format given on project mapping page, and User must be a valid username.

...