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)
?
JQL Tricks plugin, a commercial one, has a method (componentMatches) to do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.