How to search of issues with more than one component?

Nils Lange May 19, 2014

I want to filter issues with one specific component and another random component.

My first idea was to filter the specific component and filter another component with componentmatch and regexp, but that didn't work.

My actual idea is to search the specific one and find out if more than one component are linked with the issue. But I don't know how to do this.

Thanks for help

1 answer

0 votes
Christian Czaia _Decadis AG_
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.
May 19, 2014

Hey, as far as I know this won't be possible out of the box. If you just have a couple of components you might do sth. like "component = X and component in (A,B,C,D,.....)" including all of the other components... Other than that you might script your own JQL function... I'd have a look a Jamies's script runner as it lets you script them quite easily. (You'd nee sth. like a component count I guess)

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

Cheers

Christian

Suggest an answer

Log in or Sign up to answer