jira middle matching for autocomplete

Jiannan Tang November 30, 2014

JIRA autocomplete(components, versions....) only matching the start of word.

How to matching from middle?

eg:

there are two components: component A, component B

While input "com", it will match two components (component A and component B).

But when input "pon", it will show "no matches".

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 30, 2014

You'll need to hack the core code to add support for this.

Jiannan Tang November 30, 2014

I had used chrome developer tools, but still nof found the target js

Suggest an answer

Log in or Sign up to answer