Dear All,
how can I search for a combination of parameter values in a Test issue using a JQL query?
A dataset with 2 parameters, each having 2 values, was defined for the Test issue, and combinations were subsequently generated.
The following function could not be found:
issueFunction in testsOf("testKey = XYZ AND testParameter('Parameter1') = 'P1Value1' AND testParameter('Parameter2') = 'P2Value1'")
Thanks!