Is there a way to get a list of all the stories in the Epic along with the Zephyrscale test case number in a single view? I want to be able to pull a report on what stories have test cases created for planning purposes.
Begin by creating a JQL query to retrieve all stories within a specific Epic. Use the following syntax: "project = YourProject AND issuetype = Story AND 'Epic Link' = YourEpicKey". This query filters results to include only stories (issuetype = Story) belonging to the designated project (YourProject) and linked to the specified Epic (YourEpicKey).
Configure the report to display stories alongside their linked test cases, providing a clear view of testing coverage. To adapt the report to your specific needs, apply the previously crafted JQL query as a filter, focusing the results on stories from your designated Epic.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
@Humashankar VJ Thank you for the response. I am not sure where and how to create this syntax
"project = YourProject AND issuetype = Story AND 'Epic Link' = YourEpicKey"
This below option doesnt work for me since we dont add the test cases to the test cycles until they are ready for execution.
As another option, leverage Zephyr Scale's Traceability Report to visualize the relationship between stories and test cases. Navigate to Zephyr Scale and select the Traceability Report option
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you aware of creating and executing JQL ? Like shownbelow
If you could share your project name and more - i can give you the working JQL for you:
It is something like this -
project = YourProject AND issuetype = Story AND "Epic Link" = YourEpicKey
Regards
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.