Forums

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

Labels not in (internal) not populating correctly

Brass
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 17, 2019

If I write a query that includes:

labels in (internal) and priority = P0 and issueType = Bug and fixVersion = "Captain America" and status not in (Done, Closed) ORDER BY createdDate asc

I get a result of 9 bugs.

If I remove labels in (internal):

priority = P0 and issueType = Bug and fixVersion = "Captain America" and status not in (Done, Closed) ORDER BY createdDate asc

I get a result of 14 bugs.

If I try to get a list of the 5 bugs, by writing a query labels not in (internal):

labels not in (internal) and priority = P0 and issueType = Bug and fixVersion = "Captain America" and status not in (Done, Closed) ORDER BY createdDate asc

I get a result of 1 items, where I would expect to see the 5 results that were not labeled internal.

In checking to see if I was doing something wrong I wrote this query:

labels != internal and priority = P0 and fixVersion = "Captain America" and and issuetype = Bug and status not in (Done, Closed) ORDER BY createdDate asc

This time I get a list of 1 item, again where I would expect to see 5 external bugs.

Can someone tell me if I am formatting wrong, or if I am seeing a bug in the results returned by the query?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events