I am trying to get a list of defects associated to affectedVersions within a Test Plan.
My Query sofar:
${set(count_defect,0)}
#{for c=JQLIssuesCount|clause=project = ${ProjectKey} AND issuetype = Defect AND affectedVersion in ("PROJ_BO_2.3.34.14.40", "PROJ_BO_2.3.34.14.41")}
${set(count_defect,%{${count_defect} + 1})}
#{end}
Number of Defects: ${count_defect}
Currently I am inserting the AffectedVersions manually. I would like to have that taken from the Test Plans FixVersion
I am sure there is a simple solution, but my Xporter skills are not that good (yet).
Thanks!
Hi @oliver b_
You may try the following:
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.