Hi @fredand44
In Advanced Search (JQL), try:
text ~ "I think this is a bug"
"text" searches in all text fields.
HTH,
KGM
Hello,
Thanks for your reply.
I actually does not get any hits when I am using the Advanced search either when the text in a comment is in italic.
If you guys have the time to try it out, does it work for you?
Best regards
Fredrik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @fredand44
If I do paste for example this string in italics:
text ~ "sometext"
in the grey search box, I do get this string, which does not work:
text ~ "text ~ \"sometext\""
yes, that is correct. But if I paste:
text ~ "sometext"
into "Current Search" under "Issue" menu (and have Advance instead of Basic chosen), then it works just fine, at least for me on Jira Software on Server 8.20.1.
HTH,
KGM
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.
Hello Vishwas,
I was actually hope it was possible to search in:
Description
Comments
But it seems like if the text you search for is in italic, at least n the a comment, then the basic search field miss those occurences.
Best regards
Fredrik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @fredand44
We can search like this:
for summary JQL is
Summary ~ "I think this is a bug"
and like text ~ "I think this is a bug" searches for all text across instance.
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like this is acctually doable from the search-field.
Best regards
Fredrik
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.