Missing Testiny ID in Exported CSV (Export Selected as CSV)

Description:
When using “Export selected as CSV” from the Test Cases view, the generated CSV file does not include the Testiny ID of each test case.
This makes it difficult to map exported rows back to the corresponding items in Testiny, especially when integrating with external tools or doing bulk reviews.

Expected Behavior:
The exported CSV should include a column for the Testiny ID (e.g., TC-xxxxxx) for each test case.

Actual Behavior:
The CSV contains test case fields but no Testiny ID column.

Steps to Reproduce:

  1. Go to Test Cases page

  2. Click Export selected as CSV

  3. Open the CSV → ID field missing

Request:
Can you please add the Testiny ID to the CSV export, or let us configure which fields to include?

The exports should now contain both built-in and custom fields even if they have the same name, see Testiny v1.30.

Best regards,
Alex

The CSV (and the Excel) export actually do include the testcase ID (“testcase_id”) as the second column in the exported file, see this screenshot:
image

It just uses the plain ID as a number without the “TC-” prefix. Is that what you need?

Best regards,
Alex