I'd like to be able to filter results by checklist items that have not been marked as done.
Because if I combine with with an @ mention search, I can find what checklist items allocated to a specific person are not yet complete.
The situation is we make frequent use of checklists on Trello cards. But the checklist has got different people responsible for different items on the checklist.
Hi Keith,
That's a great idea! Right now, the only searces that are supported in regards to checklists specifically is text within a checklist. By that I mean that you can add checklist:text to search for specific words appearing inside of a checklist, but there's not yet a way to search for the checked or unchecked status.
I agree that would be really useful, though! I'll let the team know this is something you're looking for!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mike, I hope you are still with Atlassian and I am curious if this answer is still "no"; I am just one late comer arrived at this thread and wonder if we have any updates on building functions to allow us to be able to check "checked" or "unchecked" items in a checklist.
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.
Bumping up the request above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here from the future still needing a solution to the initial request. If anyone found a work around please share. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to second Michael's suggestion. At our company we use the checklists all the time, to manage to-do items. We assign them to individuals so they know what portion of the card applies to them. It would be super useful to be able to search for the checklist items that have been assigned to a specific person, and even better to filter out the items that were already completed.
Please let us know if such a feature will be implemented.
Thanks
Tom
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.
Agreed. We'd like to create a master list of items and be able to flick between views showing:
- the complete list
- only items that are checked
- only items that are unchecked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
following up on this as well, we'd really like to be able to search for tickets that have specific checklist items left unchecked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same here, we would benefit a lot from this feature
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please add vote to the Atlassian Team on the top if you want to have this feature!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The answer to this is
project = "Project Name" AND "Acceptance Criteria" = itemSearch("name= Some Checklist Name", "completion = true")
This will list all the checklist items in the project with the name "Some Checklist Name" which has the check box checked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Venkatesh, this works indeed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you’re interested in identifying unchecked items in your checklist, follow the steps below for each item:
Replace ‘Your Custom Checklist Field’ with the name of your custom field and ‘Your Checklist Item’ with the item from your checklist. This script will indicate if the item is unchecked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.