Versions Compared

Key

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

...

  1. Test Case Identifier – this is the field used to identify which lines belongs to which test case. In the example below, it is the TCID column.
  2. Summary – this field is mandatory since Jira doesn’t allow you to create an issue without a summary. In the example below, it is the Test Summary column.
  3. Step Action – this field is mapped as the Step field of a Manual Test Step. In the example below, it is the Step Action column.

Here is an example of test cases structure:

Image RemovedImage Added


This is how the CSV file looks like once the test cases above are exported (download it from the downloadable examples section):

Image RemovedImage Added



Info
titleCSV column separator

If you choose the “,” (comma) as the CSV column separator, then you must use quotation marks around any field that contains commas.

...

Info
titleXray issue types and respective screens

Please make sure your project has Xray's "Test" issue type and its associated screens are configured properly. This is done automatically if you followed the Quick Setup instructions.

If you added Xray's issue types by hand to your project or if you changed the screens/screen schem scheme configurations, then you may need to perform additional configuration operations.

More info on Custom Fields and Screen Configuration and Configuring Xray with an Existing Project

...

...

  1. Test Case Identifier (located under Manual Test Step fields). In this example, this field is mapped to the TCID column from the CSV file.
  2. Summary (Located under Jira fields) In this example, this field is mapped to the Test Summary column from the CSV file.
  3. Step Action (located under Manual Test Step fields) In this example this field is mapped to the Step Action column from the CSV file.

...

Info
titleAttachments

The attachment may be referred by name (in this case the file:// protocol is assumed), by "file://" or "http(s)://". Multiple files may be specified within one CSV column; for this, the attachments must be delimited by space.Image Added

Image Removed

Note: For file protocol, only files in the "<JIRA_DATA_HOME>/import/attachments" folder will be imported.

...

Folders and their respective sub-folders must be delimited by "/", as shown in the following example:

Image RemovedImage Added


During the mapping step, you need to map the CSV column containing the path to the "Test Repository Path" Xray's custom field.

...

Info
titleUpdate Issue Field Behaviour
  • Manual Test Steps will be overwritten with the new Step specification as declared in the CSV file (including any Step Test Step custom fields)
  • All other issue Native and Custom Fields for the issue, will be updated according to the same rules applied in the Jira's native CSV importer.

...