I have one business case where I need to look for the issues in entire Jira instance which is not having specific words in all text field like summary, description, comment etc.
I have used text field many times with "~" operator which is one go search for all text related fields but I am unable to text field with "!~" with text field.
Does anyone come across the same scenario?
Hello @Rachit Singhal
According to the documentation, that operator is supported.
Please show us exactly how you are using it (your filter) and explain to us how the results are not what you expect.
Hello @Trudy Claspill ,
Yes, as per document it should work but it is not working for me. For example, it is giving me this error:
Please let me know if you need any other information.
Thanks.
Rachit Singhal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, I see the same thing when I try it in Jira Cloud.
I recommend you raise this directly to Atlassian Support to find out if it is a known bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Trudy Claspill for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Following up on this, according to the Advanced Search Fields documentation the only operator supported for the "text" field is ~. So !~ is not supported for that field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the 'not' clause, like:
project = XYZ and not summary ~ "term to exclude"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Radek but this query is not helping me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.