Forum Discussion

pmerrill's avatar
pmerrill
New Contributor
4 years ago
Solved

Display all Test Cases linked to current sprint TM4J

I'm looking for a report or some way to display all the test cases linked to stories in the current sprint only. While we may have 200 test cases in TM4J for the project, for a particular sprint we m...
  • JuliaBernikova's avatar
    4 years ago

    Hi pmerrill,

     

    As I can see, you submitted the same question to our support team and got a response. Let me copy it here in case anyone else comes across this thread with the same question.

     

    You can obtain the needed data by generating the "Traceability > Traceability Report" report. First, you will need to create a filter to get the stories linked to the current sprint and add it to your favorite filters. The filter's JQL should look like this:

    issuetype = Story AND Sprint = {required_sprint_id}

    Once you have this favorite filter in place, you will be able to select it in the traceability report and obtain the needed data.