-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
None
-
Affects Version/s: 9.17.2
-
Component/s: Documentation - All
-
9.17
-
1
-
Severity 3 - Minor
Hello,
Could you please remove it from the Quick Search Document ? Is the example currently Not working as expected?
Here are some examples:
resolution = "Cannot Reproduce"
Which is fundamentally different. A quick search of Cannot Reproduce interprets it incorrectly as the following:
text ~ "Cannot Reproduce"
Let me use another example. If I were to search
my Task
that returns the results I want - a full list of all issues of issue type Task that are assigned to me. It interprets the quick search into the following (correct) JQL
issuetype = Task AND assignee = currentUser()
However, this example doesn't do that:
my Service Request
Instead, it interprets to be
assignee = currentUser() AND text ~ "Service Request"
even though Service Request is a valid issue type on our Jira instance. What it should return is
issuetype = "Service Request" AND assignee = currentUser()
The same goes for if I were to quick search for a two-words project, or any other number of the documentation says it should be able to do. The quick search gets some things right, but only those things that don't contain spaces or dashes
- mentioned in
-
Page Loading...