Hello,
I need a way to match issues that still contain the default value configured for a custom field, via JQL
The field is a multi-line text field.
Thanks,
Bogdan
Multi-line text fields use the Free Text Searcher. So you can search for a longish string or maybe use \n for the new lines in your JQL?
E.g. JQL
myfieldname ~ "Long string here that is unique"
or
myfieldname ~ "First line\nSecond line"
Hi @MattS
How do we have wildcard search for the custom field? I would like to perform substring and trim operation/s for the value populated onto a custom field. Is that feasible please?
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.