Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a filter on Component, in order to get, all the issues with Comp*

HNK March 8, 2023

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

2 answers

1 vote
Mark Segall
Community Champion
March 8, 2023

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.

HNK March 8, 2023

Thanks Mark for the answer.  It means no usable for component but what Kind of market place option, Script runner ? or other 

Regards 

Mark Segall
Community Champion
March 9, 2023

Yes Scriptrunner would work for this.  The query would look something like this:

component in componentMatch ("Comp.*")
HNK March 17, 2023

Thanks à lot, it works well

Like Mark Segall likes this
0 votes
Hannes Obweger - JXL for Jira
Atlassian Partner
September 26, 2023

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 hierarchiesissue 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:

regex-filtering-component-start-with.gif

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 

Suggest an answer

Log in or Sign up to answer