feat: improve relation kinds docs
This commit is contained in:
parent
eb93ccb827
commit
b826c13f38
@ -10,16 +10,16 @@ menu:
|
|||||||
|
|
||||||
# Available task relation kinds
|
# Available task relation kinds
|
||||||
|
|
||||||
| Code | Description |
|
| Code | Description | Opposite of |
|
||||||
|------|-------------|
|
|------|-------------|-------------|
|
||||||
| subtask | Task is a subtask of the other task. This is the opposite of `parenttask`. |
|
| `subtask` | Task is a subtask of the other task. | `parenttask` |
|
||||||
| parenttask | Task is a parent task of the other task. This is the opposite of `subtask`. |
|
| `parenttask` | Task is a parent task of the other task. | `subtask` |
|
||||||
| related | Both tasks are related to each other. How is not more specified. |
|
| `related` | Both tasks are related to each other.<br /> How is not more specified. | ⸺ |
|
||||||
| duplicateof | Task is a duplicate of the other task. This is the opposite of `duplicates`. |
|
| `duplicateof` | Task is a duplicate of the other task. | `duplicates` |
|
||||||
| duplicates | Task duplicates the other task. This is the opposite of `duplicateof`. |
|
| `duplicates` | Task duplicates the other task. | `duplicateof` |
|
||||||
| blocking | Task is blocking the other task. This is the opposite of `blocked`. |
|
| `blocking` | Task is blocking the other task. | `blocked` |
|
||||||
| blocked | Task is blocked by the other task. This is the opposite of `blocking`. |
|
| `blocked` | Task is blocked by the other task. | `blocking` |
|
||||||
| precedes | Task precedes the other task. This is the opposite of `follows`. |
|
| `precedes` | Task precedes the other task. | `follows` |
|
||||||
| follows | Task follows the other task. This is the opposite of `precedes`. |
|
| `follows` | Task follows the other task. | `precedes` |
|
||||||
| copiedfrom | Task is copied from the other task. This is the opposite of `copiedto`. |
|
| `copiedfrom` | Task is copied from the other task. | `copiedto` |
|
||||||
| copiedto | Task is copied to the other task. This is the opposite of `copiedfrom`. |
|
| `copiedto` | Task is copied to the other task. | `copiedfrom` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user