Xporter eliminate listed duplicates

Dorin Anitei November 13, 2020

Hello,

This is my first post, please don't throw rocks at me :) 

I have 2 issues which I don't know how to handle:

1. I'm setting an Exporter Template to export the test executions for a project along with it's parameters. One of the parameters is Executed by. Right now my template takes each test script line by line and print the user who executed it. My problem is that for some executions I have even 200 scripts and I don't want to print 200 lines with the users who executed the scripts. I wand each user to be printed only once. Do you know how can I remove duplicates in order to have only one line for each user which executed a script?

Right now I have :

&{for issues} ORDER BY resolvedDate ASC

#{for testruns}

${TestRuns[n].Executed By}

#{end}

&{end}

2. Does someone know which is the parameter for Bug's environment (Found in Environment ?) ? ${JQLIssues[k].Environment} ----is not printing the Environment

Thank you!!!!

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events