Forums

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

Help with advanced JQL

Gabriel Viger
Contributor
February 21, 2018

Hello everyone,

I am trying to build a query that fetch tickets from a list or project and another list of projects but only with a specific component:

project in (HU17, C360, CISRE, CCSO, EE17, EE18, PEL, PEL18) AND (project in (MBR, MFIN) AND component = Hybris)

This example doesn't work. Can someone guide me or tell me if it is possible to make such a query?

Thanks!

Gabriel

1 answer

1 accepted

1 vote
Answer accepted
Kurt Klinner
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.
February 21, 2018

@Gabriel Viger

 

Hi Gabriel

project in (HU17, C360, CISRE, CCSO, EE17, EE18, PEL, PEL18) AND (project in (MBR, MFIN) AND component = Hybris)

 

should be

project in (HU17, C360, CISRE, CCSO, EE17, EE18, PEL, PEL18) or (project in (MBR, MFIN) AND component = Hybris)

 

you need to use "OR" between the list of projects and the second query (projects + component)

 

Cheers

Kurt

Gabriel Viger
Contributor
February 22, 2018

Hi Kurt!

Thanks for your help. It worked :)

Regards,

Gabriel

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events