Hi,
1) I have a custom field of Free text field type (CField). For one of the issue custom field value is "ABC:2012.04.04".
If i use following JQL the issue is returned.
CField ~ "ABC:2012.01.04"
Using following query returns nothing. Any idea why?
CField ~ "ABC:2012.01.0*"
2) For some of the issues I have "..." in custom field value.
e.g. "6.30:2012.9.5.0 ...".
How can i search issues having "..." value?
I tried following queries, but no result.
CField ~ "..."
CField ~ "\\.\\.\\."
Thanks.
Hi Vikas,
personally, I'd say this is a bug but I think Atlassian see it as a "undocumented feature". I think it's due to the search engine (lucene) and how it strips characters like '.' and ':' out of searches. Sounds like it won't be fixed.
https://jira.atlassian.com/browse/JRA-26266
JQL search unable to parse ":"
You may also be interested to read
https://jira.atlassian.com/browse/JRA-25092
Searching JIRA issues for special characters (in text fields) does not work, even if these characters have been properly escaped in a quick, simple or advanced (i.e. JQL) search.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.