Skip to content
ejucovy edited this page Jan 3, 2014 · 1 revision

This page lists potential use cases that the ToDoList plugin can satisfy.

Lightweight To-Do Lists

  • Create a task list
  • Set add_form.ticket_create=true to file tickets directly from the task list's "Add" form
  • Set add_form.ticket_search=false to disable searching for existing tickets from the task list's "Add" form
  • Set status_blacklist=closed to treat all non-closed tickets in the tasklist as incomplete
  • Set display_completed_tickets=false to hide completed (closed) tickets in the list by default
  • Set workflow_actions=resolve,reopen to let users close or reopen tickets directly from the tasklist

You will now have a lightweight interface for adding to-do list entries and checking off individual entries when they are complete.

Task Plan Documents

  • Create a task list
  • Set add_form.ticket_create=false to prevent direct filing of new tickets from the task list
  • Set add_form.ticket_search=true to search for existing tickets using the task list's "Add" form
  • Set status_blacklist=closed to treat all non-closed tickets in the tasklist as incomplete
  • Set display_completed_tickets=true to show completed (closed) tickets in the list by default
  • Set workflow_actions= to force users to visit individual tickets to act on them

You will now be able to pull existing tickets into an ordered list which you can refer to when deciding what to work on next, and which you can send to others to communicate a plan (e.g. sending a daily work plan to a manager)

Work Breakdowns

Processing Queues

Clone this wiki locally