Merge pull-request #1224
This commit is contained in:
commit
d400f7c5be
|
|
@ -1,11 +1,11 @@
|
|||
Closing tasks
|
||||
=============
|
||||
|
||||
When a task is closed, they are hidden from the board.
|
||||
When a task is closed, it is hidden from the board.
|
||||
|
||||
However, you can always access to the list of closed tasks by using the query **status:closed** in any search form or simply choose **Closed tasks** from the filter dropdown.
|
||||
|
||||
There are two different way to close a task, from the task dropdown menu on the board:
|
||||
There are two different ways to close a task, from the task dropdown menu on the board:
|
||||
|
||||

|
||||
|
||||
|
|
@ -13,4 +13,4 @@ Or from the task sidebar menu in the task detail view:
|
|||
|
||||

|
||||
|
||||
Note: When you close a task, all subtasks not completed will be changed to the status "Done".
|
||||
Note: When you close a task, all subtasks not completed will be changed to the status "Done".
|
||||
|
|
|
|||
Loading…
Reference in New Issue