Advanced Search function to search for HU means 2 letters only in a Component name

Corinna Führing April 6, 2016

Is there an advancd search function to look for HU means only these two letter s in a Component which starts HU and than has different endings ?

2 answers

1 accepted

1 vote
Answer accepted
Nicolas Bourdages
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 6, 2016

The ScriptRunner plugin has JQL functions to search in components using regular expressions

Your JQL would look something like this: component IN componentMatch("^Hu.*")

Corinna Führing April 6, 2016

ok thanks but i needed to code something or can I use advanced search function as usual ?

Nicolas Bourdages
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 7, 2016

No code needed. You only need to install the plugin, and that function will be available in advanced search.

Corinna Führing April 7, 2016

ok great thanks

0 votes
Corinna Führing April 6, 2016

i mean component field

Suggest an answer

Log in or Sign up to answer