Select multiple components from parts of their name?

Morten Breum Mikkelsen September 8, 2012

Is it possible to do a query like this:

project = MyProject AND Component.name like ("java*")

instead of

project = MyProject AND Component in (javacore, javalibs, javaresources)

?

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
September 8, 2012

JQL Tricks plugin, a commercial one, has a method (componentMatches) to do this.

Suggest an answer

Log in or Sign up to answer