You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Queries/Filters.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,7 @@ Find any tasks that have status symbols you have not yet added to your Tasks set
455
455
456
456
At a high level, task dependencies define the order in which you want to work on a set of tasks. You can read more about them in [[Task Dependencies]].
457
457
458
-
### Blocking
458
+
### Blocking Tasks
459
459
460
460
- `is blocking`
461
461
- This shows tasks that you probably want to do first, as they are preventing other tasks from being done.
@@ -487,7 +487,7 @@ For more information, see [[Task Dependencies]].
487
487
>
488
488
> - `is blocking` and `is not blocking` were introduced in Tasks X.Y.Z.
489
489
490
-
### Blocked
490
+
### Blocked Tasks
491
491
492
492
- `is blocked`
493
493
- This shows tasks you cannot currently do, as they are waiting for another task to be completed.
@@ -521,6 +521,8 @@ For more information, see [[Task Dependencies]].
521
521
522
522
### Id
523
523
524
+
The `id` field adds an identifier to a task, so that other tasks may be marked as `blockedBy` that task.
525
+
524
526
- `has id`
525
527
- `no id`
526
528
- `id (includes|does not include) <string>`
@@ -539,6 +541,8 @@ Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by Id** is now possible
539
541
540
542
### Blocked By
541
543
544
+
The `blockedBy` field allows a task to be marked as depending on the `id` of one or more other tasks. Multiple `id` values are separated by commas (`,`) with no spaces.
0 commit comments