Hello,
I want to build a Xporter test execution template from existing template. In my requirement objects I don't want to see all the types but only one of them. So I want to filter them using this condition :
if (%{'${IssueTypeName}'.equals('theNameOfMyRequiremetType')})
But I don't know where insert it.
Any idea ?
Thank you :)