I woud like to create a filter to get all the issue using Component that begin by Comp*
The special caracter component = 'Comp*' or other combination does not work
Hi @HNK and welcome to the community!
Unfortunately, component wildcard searches are not possible natively. However, there are some marketplace options that offer JQL extensions that would enable something like this.
Yes Scriptrunner would work for this. The query would look something like this:
component in componentMatch ("Comp.*")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @HNK
I'm glad you found a solution via the Marketplace. Just for future reference, this would now also be easy to do using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting - as well as the ability to filter issues via regular expressions.
With regular-expression-based filtering, you can apply pretty much any logic, including the one that you are after:
Once you've narrowed down your list of issues, you can work on your issues directly in JXL, trigger various operations in Jira, or export your issues with just one click.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.