Single view/List where i can see the stories and Zephyscale test cases linked to each other

sri.rangineni
Contributor
October 18, 2024

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.

1 answer

0 votes
Humashankar VJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 19, 2024

Hi @sri.rangineni 

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).

  •  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.

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

sri.rangineni
Contributor
November 1, 2024

@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 

Like Humashankar VJ likes this
Humashankar VJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2024

Hi @sri.rangineni 

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:

JIRA-2.jpg

 

It is something like this - 

project = YourProject AND issuetype = Story AND "Epic Link" = YourEpicKey

Regards

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events