- 
    
Bug
 - 
    Resolution: Duplicate
 - 
    
Low
 
- 
        2
 - 
        Severity 3 - Minor
 - 
        0
 - 
        
 
Issue Summary
JQL does not return any results/issues when searching for an issue that contains "moresomething.something.somethingelse" text.
Steps to Reproduce
- Navigate to Advanced issue search and run this JQL: text ~ "something.somethingelse"
 
Expected Results
Should return issue that contains "moresomething.something.somethingelse".
Actual Results
No results/issues are returned.
Workarounds
- Replace dots with space i.e. text ~ "something somethingelse" and it will return issue that contains "moresomething.something.somethingelse".
 
There's a similar Confluence issue: CONF-28957
- relates to
 - 
                    
JRASERVER-67115 Searching with Text containing multiple Underscores or Period didn't return any results
-         
 - Gathering Impact
 
 -         
 - 
                    
CONFSERVER-28957 Break search tokens on period/dot (".") as well as space (" ")
- Closed