I've created the following Xporter template to create a Trace Matrix. Each User Story is a child of an Epic. Every column exports perfectly EXCEPT ParentIssueKey and Parent.Summary. I cannot get the parent key and summary to export. What am I missing?
Epic Key | Epic Title | Key | Issue Type | Summary | Status | Test Cases |
&{for issues} | ||||||
${ParentIssueKey} | ${Parent.Summary} | ${Key} | ${IssueTypeName} | ${Summary} | ${Status} | #{for j=LinksCount} #{if (%{'${Links[j].LinkType}'.equals('is tested by')})} ${Links[j].Key} - ${Links[j].TestStatus} #{end} #{end} |
&{end} |
Please try this code instead:
${Parent.Key}
${Parent.Summary}
Thank you.
Kind regards,
Rogerio Paiva [Xporter Support Team]
Thanks for the response Rogerio, however, the Epic info is still not exporting.
The User Stories are associated with Epics in Jira Could the problem be caused by the first User Story not being associated to an Epic?
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The 1st user story not being associated to an Epic was not the problem. Still cannot get the parent key & summary to export.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is best to contact Xporter Support (http://Xportersupport.getXporter.app) to share your configuration so that the support team can investigate further.
Thank you.
Kind regards,
Rogerio Paiva [Xporter Support Team]
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.