How can i search the no. of issue type 'Test' which is link to 'User Story' and this story is link to 'Epic' using JQL search filter??
issuefunction in issuesInEpics("issuefunction in issueFieldMatch('project =TS','Summary','(?i)^M[\\\\W_-]')") AND issueFunction in linkedIssuesOf("issuetype = Test") AND issuetype = Story
this one is similar to my question. I get the no. of story which is link to the test cases from epic. but i dont know how can i get the no. of test case which is link to the story from epic.
The hierarchy i already solve and get the no. of Story is EPIC > Story > Testcase
I dont know how can i solve and get the no. of Test case ofdd EPIC > Story > Testcase
i want it dynamically not using the hardcode.