Xporter plugin : How to export XRay TestExecutions linked to Xray Test ticket

Ravi Varma
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.
April 13, 2017

Hi,

I am using latest Xporter plugin to evaluate the following use case:

  • I need to export XRay Test tickets which are determined by JQL
  • For each XRay Test ticket, I need to get the Test ticket data, which is available in the Xporter documentation
  • For each XRay Test ticket, I need to get the linked Story and Bug tickets, which is available in the Xporter documentation
  • However, I could not find how to retrieve the XRayTestExecution tickets linked to a XRay Test ticket

Can someone help me? Also, we have opened an Xporter ticket as well - XPORTER-1147

Thanks,

Ravi Varma

1 answer

1 vote
Rui Rodrigues
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.
May 2, 2017

HI there,

here is an example:

#{for i=JQLIssuesCount|clause=issuetype = 'Test Execution' 
   and issue in testTestExecutions('${Key}')}
${JQLIssues[i].Key} - ${JQLIssues[i].Summary}
#{end}

Try this and give me feedback.

Cheers,

Rui

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events