diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-21 21:05:56 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-21 21:05:56 -0500 |
commit | 19d061db714252976b2ef53f5df2813c396b401a (patch) | |
tree | 5d2b707cc10a86f735f5ae750a96aeddcb5933fa /docs/task-links.markdown | |
parent | 2b3f0b6179fe5215c4bd34e25a725e653d4ce1db (diff) |
Update documentation
Diffstat (limited to 'docs/task-links.markdown')
-rw-r--r-- | docs/task-links.markdown | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/task-links.markdown b/docs/task-links.markdown new file mode 100644 index 00000000..1eab51fd --- /dev/null +++ b/docs/task-links.markdown @@ -0,0 +1,22 @@ +Task Links +========== + +Tasks can be linked together with predefined relationships: + + + +The default relationships are: + +- **relates to** +- **blocks** | is blocked by +- **is blocked by** | blocks +- **duplicates** | is duplicated by +- **is duplicated by** | duplicates +- **is a child of** | is a parent of +- **is a parent of** | is a child of +- **targets milestone** | is a milestone of +- **is a milestone of** | targets milestone +- **fixes** | is fixed by +- **is fixed by** | fixes + +Those labels can be changed in the application settings. |