Description
As system, the testPlanTests() JQL function should accept a filter of Test Plans as the first argument.
Thus, argument P1 can either be the issue key of a Test Plan or the filter name of some Test Plans.
Â
(1)
issue in testPlanTests("DEMO-10")
(2)
issue in testPlanTests("mytestplanlist")