Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Fixed
-
1.8.0
-
None
-
None
-
XEA 2022 Sprint 2
-
Description
Description
When the Project key is INT, the Link Defect and Select Parent to a Sub-Task don´t work because INT is a reserved JQL word and the search will not work
Pre-conditions
Create a project with INT as the Key, configure Xray issue types and select Bug as the Defect Mapping and Story as Test Coverage. Then create a Bug and a Story issue.
How to reproduce
- Open XEA and select the INT project;
- Create a note and press Edit;
- Click on Add Defect -> Link Defect;
- Search by the Bug issue key or summary;
- Click on Add Defect -> Create Defect -> Select the INT project -> Create sub-task
- Search by Story issue key or summary
Actual result/Attachments
No matching issues were found. Please try a different query.
When analyzing the logs it shows the following request:
jql=(text ~ "INT*" or text ~ "INT" or issuekey="INT") and project = INT
And if we try this on the Jira side we have the following output:
Expected result
It should present the issues from the project INT.
Version
- 1.8.0