Hi, Ive got the below working great,
rest/api/2/search?jql=cf[17008]~123456
But there can sometimes be a Location prefix in front of the value, is it possible to include some kind of wildcard character?
rest/api/2/search?jql=cf[17008]~AU123456
Many Thanks
You can not begin your search with a wilcard character. I guess, It is lucene limitation. But you can end with a wildcard character. For example, you can not write
cf[17008]~*123456
But you can write
cf[17008]~AU12*
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.