Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Field for maintaining lists with the ability to mark completed items.

In issues the field looks like this

  1. You can use enter to end the process and create a new element.

  2. You can drag and drop items inside the list and between other lists(other ToDo custom fields)

Search and JQL functions

“ToDo custom field“ = allItemsDone()

Allows to search the issues where all todo items are done.

“ToDo custom field“ = allItemsUndone()

Allows to search the issues where all todo items are undone.

“ToDo custom field“ = todoItem(““, ““)

Allows to search the issues where all todo items have name and they 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.

  • No labels