I want to filter the tasks which have a checklist that is not completely closed.
Is there a possibility to check if there is a field without a hook?
Thank you guys
Hi Tobias,
unfortunately, JQL doesn't offer this functionality for the default check box fields.
You could also write a JQL that checks for all values and negate that clause.
However, if you're working heavily with checkboxes, you might want to consider using the Checklist for Jira App which offers additional functionality with the checkbox customfields.
And they also offer JQL functions to filter for completed or not completed lists:
https://okapya.atlassian.net/wiki/spaces/CHKDOC/pages/270565415/Searching+for+Checklists
Regards,
Philipp
(I'm not in any way related to the creators of the app, just use it on multiple instances and think it's a useful tool for this job)
We use this add-on thank you for your answer. I think the function allItemsChecked() is the right one for my conditions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tobias!
I wanted to mention that our app Smart Checklist for Jira can also give you the possibility to
- add interactive checklists to your Jira issues
- filter out issues that have incomplete checklists using JQL search
Here's an article where you can check how it looks.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.