- TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
- Also added +COMPLETED and +DELETED.
This commit is contained in:
Paul Beckingham 2014-04-12 11:31:47 -04:00
parent a49ed165c3
commit c6b0c0d927
5 changed files with 11 additions and 3 deletions

View file

@ -588,6 +588,9 @@ are:
UNTIL Matches if the task expires
WAITING Matches if the task is waiting
ANNOTATED Matches if the task has annotations
PENDING Matches if the task has pending status
COMPLETED Matches if the task has completed status
DELETED Matches if the task has deleted status
You can use +BLOCKED to filter blocked tasks, or -BLOCKED for unblocked tasks.
Similarly, -BLOCKED is equivalent to +UNBLOCKED.