Skip to content

Commit 792e950

Browse files
committed
docs: Minor refinements to dependency filter docs
1 parent 3fc2798 commit 792e950

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/Queries/Filters.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Find any tasks that have status symbols you have not yet added to your Tasks set
455455

456456
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]].
457457

458-
### Blocking
458+
### Blocking Tasks
459459

460460
- `is blocking`
461461
- 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]].
487487
>
488488
> - `is blocking` and `is not blocking` were introduced in Tasks X.Y.Z.
489489

490-
### Blocked
490+
### Blocked Tasks
491491

492492
- `is blocked`
493493
- 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]].
521521

522522
### Id
523523

524+
The `id` field adds an identifier to a task, so that other tasks may be marked as `blockedBy` that task.
525+
524526
- `has id`
525527
- `no id`
526528
- `id (includes|does not include) <string>`
@@ -539,6 +541,8 @@ Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by Id** is now possible
539541

540542
### Blocked By
541543

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.
545+
542546
- `has blocked by`
543547
- `no blocked by`
544548

0 commit comments

Comments
 (0)