Hi dear Community,
i have to export in my Testreport with Xporter several issues inclusive Bugs. I have in my template all issues that i need and after export with Xproter i have all issues without bugs!! anybody know what i have to write in my template to export the Bugs in my Test-template?
Thanks
Ali
Hi @Ali Hamouotu,
Can you attach a screenshot of the template or the template itself if possible?
Thanks
Hi Danny,
here is the Template
https://docs.google.com/document/d/172oSYJmGPW4nOXZJuQNy7nzIGW9cR9P5-eFVh281wI0/edit?usp=sharing
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ali Hamouotu,
The SQL refers to testBugs in the Bugs section of the template. Can you confirm it is referencing the correct issue type for a "Bug" in your JIRA instance.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean this way:
#{if (%{'${jqlcount:issuetype = “Bug” and key in testBugs('${Key}')}'.equals('0')})}
None
#{end}
#{if (%{!'${jqlcount:issuetype = “Bug” and key in testBugs('${Key}')}'.equals('0')})}
.
.
.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
or this way:
#{if (%{'${jqlcount: key in Bug('${Key}')}'.equals('0')})}
None
#{end}
#{if (%{!'${jqlcount: key in Bug('${Key}')}'.equals('0')})}
.
.
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.
i tested it, the same result! I still don't have the Bugs in my Report
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ali Hamouotu,
Next step would be to request support from Xpand directly through their support Service Desk.
Apologies that I cannot be of anymore assistance.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.