Is it possible to bulk export the Step Details for Test issues from Jira?
Each test contains multiple test steps (for example, 10 or more), and I would like to export all step information, including the step description, test data (if available), and expected results, into an Excel file CSV and I need to perform this export for 500+ test cases in a single operation, with all associated test steps and expected results included in the output.
Is there a way to achieve this using Jira or a supported export method?
I don't think the native Jira CSV export includes Xray test steps, since those live in Xray rather than standard Jira fields.
For that much tests, I'd look at Xray's REST API or any built-in Xray export/reporting options, they're generally the supported way to bulk extract step details and test data.
did you try the Xray GraphQL API - https://getxraydocs.atlassian.net/wiki/x/hgWoAg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.