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
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
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.