Description
We are facing a strange behaviour of the Xray coverage gadgets for one Jira project. The gadgets don't find any requirements, although it's working fine for all other projects on the Jira installation.
I have tracked it down to a problem with the Jira-Id of the project. It's "ALL" which is a keyword in JQL. Jira itself does not have any problems with it, it can easily be masqueraded.
However the Xray JQL function "requirements" struggles with the name. I tried to rename the ID on a test-system and after that the coverage gadget was working fine.
This is one of the queries the gadget uses:
project = "ALL" and issue in requirements(UNCOVERED, "ALL", "", "false").
When i remove the "ALL" parameter in the requirements function i get results.
Renaming the entire project id in our live Jira-Environment is not an option as we have a lot dependencies to other systems.