I receive the following error message: "Unable to find JQL function 'testPlanTests(MyTestPlan)'.
Query in Search: issue in testPlanTests("MyTestPlan")
Just follwing the instructions on: https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
Also tested: issue in testPlanTests('MyTestPlan') same error.
"MyTestPlan" does exists containing 31 "Test"s.
What could be the reason? Something wrong with the query or maybe anyting with the Xray plugin configuration?
Config: Running Jira Software on top of Jira Core.
before migration to Cloud/SaaS, it works fine, after migrated, I got the same error.
Can someone pls help here?
Did we ever got an answer for above?
I tried testPlanTestExecutions in JQL and got this Unable to find JQL function 'testPlanTestExecutions
As above my test plan also contains a few test executions but I want to query to combine two test plans. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i am having the same question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @TesterC
The JQL enhanced function is not being correctly used, as the testPlanTests is designed to "Returns a list of tests that are associated with the test plan." That being said, the Saved Filter you can use inside said function needs to contain Test Plans, not Tests.
If you need a function to give you the Test Plan's associated with a Test, use the testTestPlan function. However, please take into consideration that this function does not support Saved Filters, only a single Test issue key at a time."
If you have any more doubts, contact Xray support and the team will be glad to help you out.
Best Regards,
Sérgio Freire, Solution Architect and Testing Advocate @Xray
Personal blog on testing, Agile and software development: https://sergiofreire.com
Follow me on Twitter: https://twitter.com/darktelecom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.