Issues which includes unchecked item by JQL

Takeshi Nakamura March 8, 2017

Hello,

I want to find issue which has more than one item and includes unchecked item by JQL:

Checklist IS NOT empty AND Checklist != allItemsChecked()

But it does not work well.

Is there any solution?

3 answers

0 votes
Phil Brosgol May 23, 2022

I had the same issue and this worked for me:

 

"Checklist" = "Foo" AND "Checklist" != "Bar"

Yves Riel [Okapya]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
May 23, 2022

Hi @Phil Brosgol ,

We have added many new JQL functions since 2017. You can check our documentation for a list of all the functions and how to use them.

https://okapya.atlassian.net/wiki/spaces/CHKDOC5/pages/1951629469/Searching+checklists

Regards,

Yves

0 votes
Takeshi Nakamura March 9, 2017

Hello Whyves,

 

When there are 3 issues:

Issue ZZZ-1

Checklist

  • Foo (Checked)
  • Bar (Checked)


Issue ZZZ-2

Checklist

  • Foo (Checked)
  • Bar (Unchecked)


Issue ZZZ-3

No checklist item

 

I want to get just only ZZZ-2.

But it returns ZZZ-2 and ZZZ-3.

 

It seems the query "Checklist IS NOT empty" matches ZZZ-3.

Is there a solution to exclude an issue which has no checklist item?

I use JIRA Software 7.2.6.

 

0 votes
Yves Riel [Okapya]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
March 9, 2017

Hi,

What are the problems you are seeing with the proposed JQL? Is it because it returns empty checklists?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events