Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

For a RTM, how to link story to Test Execution Set?

Prateek Saxena
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2023

I am preparing a RTM document, wanted to understand how can I read Test Execution Set from a Story.

I'm able to read Test Case thru below code and its final status but wanted to read Test Execution Set and associated defects also.

#{for j=LinksCount}
#{if (%{'${Links[j].LinkType}'.equals('is tested by')})}
${Links[j].Key} - ${Links[j].TestStatus}
#{end}
#{end}

0 answers

Suggest an answer

Log in or Sign up to answer