The current query looks like this:
(project = GRT) AND description ~ "pdsk ( UpToDate -> Failed )"
The search has tons of results not containing the log entry "pdsk ( UpToDate -> Failed )" but rather "pdsk ( UpToDate -> DUnknown )"
I'd like to narrow it down to just jira's with the log entry with the word "Failed" after "pdsk ( UpToDate ->"
Thanks
use
(project = GRT) AND description ~ "\"pdsk ( UpToDate -> Failed )\""
to get the issues containing the exact given phrase
Awesome! It works, thank you!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.