I need to search for certain keywords in comment but I do not need all of them. It should be something like
project = XXX AND issuetype = YYY AND comment ~ ("passed" OR "tested")
How can I say that it's ok to me to get one keyword or another?
Hey,
try the following after YYY AND (comment ~"passed" OR comment ~"tested") :)
Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome Alessandra, I also suggest bookmarking the JQL documentation Advanced Searching! For the JQL expert on the rise ;) And please think about accepting my answer as solution so other users in the community see this has been solved as well. Best, Max
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.