Forums

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

Need help on a Query

Deleted user March 22, 2021

I want to write a  query across all my company projects that have the label "staffing" that are tagged for the March and June QR Release .

March and June QR Release are also indicated by a label:

QR_202103

QR_202106

QRCandidate_202106

The following query is returning results with any of those labels so some have the QR label but not staffing

labels in (Staffing, QR_202103, QR_202106, QRCandidate_202106)

Any ideas ??

Thanks

Dwight

 

2 answers

1 accepted

4 votes
Answer accepted
Leo
Community Champion
March 22, 2021

Hi @[deleted],

Like @Alexis Robert mentioned you need to use AND operator. would like to add mine along with Alexis's answer

labels = "Staffing" AND labels in (QR_202103, QR_202106, QRCandidate_202106) 

 Br,

Leo

Deleted user March 22, 2021

Thanks !!

3 votes
Alexis Robert
Community Champion
March 22, 2021

Hi @[deleted] , 

 

instead of the LABEL IN query, you should try with an AND operator : 

 

labels = Staffing AND labels = QR_202103 AND labels = QR_202106 AND labels = QRCandidate_202106

 

Let me know if this helps, 

 

--Alexis

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events