I want to be able to search for issues which don't include a comment with say the phrase "Change fine with me"
When I try to use the simple or advanced search I can't get this to work. I have tried comment !~ "Change fine with me" and that does not work.
Suggestions?
Thanks
James
Hi James,
The query:
project = <name> and !(comment ~ 'change is fine')
should return all issues that do not have a comment like that. The catch is that is won't return issues that have no comment. Not sure if there is a way to include those... comment = null or empty doesn't work :(
-Simon
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.