Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Xray Cloud 6.10.0
-
None
-
None
-
Defect Traceability Report
Description
Description
The customer has a project/space key called "ASC", and this is leading to some issues when running JQL queries.
- The project in which the customer is having issues has a project key called "ASC".
- While not forbidden, "ASC" turns out to be a problematic name, because it is a "reserved keyword" in certain operations.
- In particular, it is a problem when making JQL queries, as the Jira server responds with:
- "error says: Error in JQL Query: Expecting either a value, list or function but got 'ASC'."
- The jql we sent in the error above was: "((project IN (10107) AND issuetype IN (10001))) AND (project in (ASC)) ORDER BY created DESC"
How to reproduce
- On Xray Cloud, create a project/space with key "ASC".
- Create Story > Test > Defect
- Generate a Defect Traceability Report
Actual result/Attachments
