I’m using Xray Cloud in Jira and I’ve found an issue with the JQL function testPlanTestExecutions.
When I run:
issue in testPlanTestExecutions("DS-8375")
it returns no results.
But when I add spaces inside the quotes like:
issue in testPlanTestExecutions(" DS-8375 ")
it returns results.
Whitespace should not affect the issue key and results.