From 0371acff89b14b9bdcb03e72fd9637e26e6b517c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 11:07:42 -0500 Subject: Move English documentation to folder en_US --- doc/en_US/task-links.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/en_US/task-links.markdown (limited to 'doc/en_US/task-links.markdown') diff --git a/doc/en_US/task-links.markdown b/doc/en_US/task-links.markdown new file mode 100644 index 00000000..7c8c1add --- /dev/null +++ b/doc/en_US/task-links.markdown @@ -0,0 +1,24 @@ +Internal Task Links +=================== + +Tasks can be linked together with pre-defined relationships: + +![Task Links](screenshots/internal-task-links.png) + +This is also possible to link tasks across projects. + +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. -- cgit v1.2.3