forked from opf/openproject
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gantt, manual scheduling, work packages
Improved docs for Gantt; prolonged docs for scheduling modes; added table of contents for chapter about work package relations [ci skip]
- Loading branch information
1 parent
91ef82e
commit 439a54f
Showing
5 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,23 @@ You can create work package hierarchies and relations. | |
|
||
Hierarchies are a hierarchical relation (parent-child-relationship) vs. relations indicate any functional or timely relation (e.g. follows or proceeds, blocked by, part of, etc.) | ||
|
||
| Topic | Content | | ||
| ------------------------------------------------------------ | :----------------------------------------------------------- | | ||
| [Work packages relations](work-package-relations) | How can I set a relation between two work packages and which relations can I set? | | ||
| [Display relations in work package list](#Display-relations-in-work-package-list-(Premium-feature)) | How can I display the relations between two work packages in the work package list? | | ||
| [Work package hierarchies](#Work-package-hierarchies) | What are work package hierarchies? Learn about parent and children work packages. | | ||
| [Adding a child work package](#adding-a-child-work-package) | What are the possibilities to add children work packages? | | ||
| [Change the parent work-package](#change-the-parent-work-package) | How can I change a work package's parent? | | ||
| [Display work package hierarchies](#display-work-package-hierarchies) | Where can I find out about a work package's children an parent? | | ||
|
||
## Work package relations | ||
|
||
Work package relations indicate that work packages address a similar topic or create status dependencies. To create a relationship between two work packages: | ||
|
||
1. Select a work package, click on the **Relations** tab to open the relations tab and click the *+ Create new relations* link. | ||
2. Select the type of relationship from the dropdown menu. | ||
3. Enter the ID of the work package, to which the relation should be created and choose an entry from the dropdown menu. | ||
4. Click the check icon. | ||
4. Click the check mark. | ||
|
||
![Add work package-Relations]([email protected]) | ||
|
||
|
@@ -53,21 +62,27 @@ You can click on the number to display the work packages which have the relation | |
|
||
## Work package hierarchies | ||
|
||
Work packages can be structured hierarchically, e.g. in order to break down a large work package into several smaller tasks. | ||
Work packages can be structured hierarchically, e.g. in order to break down a large work package into several smaller tasks. This means that there's a parent work package that has at least one child work package. | ||
|
||
## Adding a child work package | ||
|
||
Open a work package and select the tab *Relations*. | ||
There are **three ways to create a child work package**: | ||
|
||
1. Adding a child in the *Relations* tab in a work package's details view | ||
2. Right-clicking on a work package in the work package list and select "Create new child" | ||
3. Right-clicking on a work package in the work package list and select "Indent hierarchy" to add it as the child of the work package above it. | ||
|
||
### Adding a child in the *Relations* tab in a work package's details view | ||
|
||
Click on *+ Create new child* to create a child work package. Alternatively, you can assign an existing child work package with *+ Add existing child*. | ||
Open a work package and select the tab *Relations*. Click on *+ Create new child* to create a child work package. Alternatively, you can assign an existing child work package with *+ Add existing child*. | ||
|
||
![User-guide-hierarchies](User-guide-hierarchies.png) | ||
|
||
Insert the name of the new work package and save the newly created work package by pressing *Enter*. You can make changes to the work package by clicking on the work package ID. | ||
|
||
![create work package children](image-20200129144540902.png) | ||
|
||
For more information on the work package creation take a look at the guideline on [creating a work package](#create-work-package). | ||
For more information on the work package creation take a look at the guideline on [creating a work package](../create-work-package). | ||
|
||
## Change the parent work package | ||
|
||
|