Description
As system, the testPlanTestExecutions() 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 ID/filter name of some Test Plans.
Â
(1)
issue in testPlanTestExecutions("DEMO-10")
(2)
issue in testPlanTestExecutions("mytestplanlist")
(3)
issue in testPlanTestExecutions(11400)