Versions Compared

Key

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

...

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 should be given in order for the import process to complete without errors or warnings. 

Info
titleExample of a valid SimpleDateTime formatformats
  • dd/MM/yyyy hh:mm
  • dd/MMM/yy h:mm a

Comments

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

More that one comment can be added for each issue, simple by adding one more column on the csv file.

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

Info
titleExample of a valid comment entryentries
  • 01/01/2012 10:10;Admin; This comment works
  • 01/01/2012 10:10; This comment also works
  • "This comment as only the text body"

Useful tips for importing Tests

...