The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events