Searching issues using comments

James Gralton September 12, 2012

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

1 answer

0 votes
SimonS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 14, 2012

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

Suggest an answer

Log in or Sign up to answer