A Field for Maintaining Lists with the Ability to Mark Completed Items
In issues, the field looks like this:
- You can use enter to complete the input process, create an item, and proceed to creating a new one.
- You can drag and drop items inside the list and between other lists (ToDo custom fields).
Search and JQL functions
- “ToDo custom field” = allItemsDone() - Allows you to search for issues where all todo items are done.
- “ToDo custom field” = allItemsUndone() - Allows you to search for issues where all todo items are undone.
- “ToDo custom field” = todoItem(“”, “”) - Allows you to search for issues where todo items have a specific name and are done/undone:
- “ToDo custom field” = todoItem(“task1”, “done”)
- “ToDo custom field” = todoItem(“task1”, “+”)
- “ToDo custom field” = todoItem(“task1”, “true”)
- “ToDo custom field” = todoItem(“task1”, “undone”)
- “ToDo custom field” = todoItem(“task1”, “-“)
- “ToDo custom field” = todoItem(“task1”, “false”)
In Field Settings You Can Configure the Default Task List (Items)
For each context, you can configure editing of the default list and the ability to add new items.