How find special issues.

Artur Amirov March 9, 2017

Hello.

 

In our company we create too many projects and thesis projects depends from different systems.
How I can create script or filter to find all issues with this conditions:

If labels have any of [massive value] and have any of [another massive] = show result.

 

Thank you.

 

2 answers

1 accepted

1 vote
Answer accepted
Chander Inguva
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.
March 9, 2017

Hey Artur,

JQL Query is 

labels in (massive value(s) as comma separated list) AND labels in (another massive value(S) as comma separated list)

ex: labels in (A,B,C,D,E,F) AND labels in (L,M,N,O,P,Q)


Screen Shot 2017-03-10 at 3.49.59 AM.png


Hope this helps

Chander

Artur Amirov March 9, 2017

Thank you!

Can't imagine solution was so easy. smile

0 votes
Sachin Dhamale March 9, 2017

you can user JQL in the issue naviogator like

labels in ("massive value","another massive")

Chander Inguva
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.
March 9, 2017

Sachin, what you have provided gives only OR condition and not satisfies AND condition

Suggest an answer

Log in or Sign up to answer