Hi @[deleted]
You could use the search call as shown here - it accepts any JQL, so as long as you're able to articulate the query, it should work, something like
/rest/api/3/search?jql=fieldxx~"find_string"This will most likely work for text-type fields, not too sure for others
Will this work with custom fields as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can use
custom_field_12345 ~ "find_string"
for text fields
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.