JQL find issues where custom filed has default value - multi line text

Stefan Bogdan Cimpeanu April 19, 2017

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

1 answer

0 votes
MattS
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.
April 19, 2017

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"

Madhusudhan Srinivasa December 13, 2017

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?

Suggest an answer

Log in or Sign up to answer