I am trying to filter a table by partial summary, just like in JQL with "summary ~ xyz" but oddly when I add text filter to the table, I get zero results: Summary like (case insensitive) {SUMMARY_TEXT_INPUT}.
Hi Krzysztof! Text input controls require an exact string match, so you'd need to type out the issue summary completely within your control to have results returned by your query.
However, you could use the % wildcard with your control to use a partial string match, which would function similar to the JQL contains. This page has instructions on how to use partial string matches with your Text input control. I hope that helps!
@Tracy Chow has mentioned that there is some issue with "like" query. I will also try your suggestions and update here if that solves my issue. Thank you.
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.