Forums

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

create filter for uncompleted checklist items

Thorsten Lai
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!
July 19, 2023

Hi, I tried since a couple of weeks to get a report of all uncompleted checklist items of my team from all tasks on our Board, but it shows me also the completed items. How can I hide them or show only the unchecked?

The JQL query I used is:
project = "project" AND component = "component" AND summary ~ Batch AND Checklist < checklistCompletion("100", "uncompleted users") ORDER BY summary ASC

I tried also with itemsaerch and completion, but this also not work

2023-07-19 18_56_04-[PST uncompleted users] Issue Navigator - Jira und 6 weitere Seiten - Geschäftli.jpg

I hope you can help me here.

1 answer

0 votes
Maxime Lefebvre _Okapya_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 19, 2023

Hi @Thorsten Lai

When you search issues using JQL, it only filters jira issuefrom the result. Your Checklist column will always show all items no matter what JQL query you supplied.

Think of it this way: "Show me all issues where the Checklist header X is not 100% completed". The result will show those issues and their respective checklists.

However, there is a possible solution to your use-case! If you create a checklist proxy field, and configure it to be of Proxy Type Checklist and Only Show Unchecked. You can then use that proxy as a column in your JQL result and it should only show unchecked items.

Regards,
Maxime

Thorsten Lai
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!
July 20, 2023

Hi Maxime,

thanks for your reply, but I do not have access to the administration here. Also, I´m not interested in the percentage, it was only an option to get the items. What I need is to have an overview of all unchecked checklist items of all task which name contains "Batch". For checklist, I have the following options:
2023-07-20 12_50_26-[PST uncompleted users] Issue Navigator - Jira und 4 weitere Seiten - Geschäftli.jpg

but no one fits for me and itemSearch("completion = false") also shows all items.

regards

Thorsten

Maxime Lefebvre _Okapya_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 20, 2023

Hi Thorsten,

The configuration I described for the Checklist Proxy would show a checklist with unchecked items.

Like I said, JQL will not filter items in your checklist column, it only filters which issues is shown in the result. Filtering with itemSearch("completion = false") you still see all items in the checklist, but you will only see the issues which their checklist is not fully checked.

The only way to achieve what you want (to only see unchecked items) is by configuring a Proxy. I suggest you to contact the Jira administrator in your team to help you setup your desired use case.

Regards,
Maxime

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events