Commit changes to Sys Admin, work packages

This commit is contained in:
birthe
2020-01-22 10:49:45 +01:00
parent 82833ea769
commit 1902ca241e
7 changed files with 46 additions and 1 deletions
@@ -0,0 +1,43 @@
---
sidebar_navigation:
title: Attribute help texts
priority: 950
description: Additional help texts for work package attributes in OpenProject.
robots: index, follow
keywords: attribute help texts
---
# Manage attribute help texts (Premium feature)
Users of the [Enterprise Edition](https://www.openproject.org/enterprise-edition/) and [Cloud Edition](https://www.openproject.org/hosting/) can configure attribute help texts which show hints for work package attributes.
With attribute help texts you can easily add explanations to work package attributes to explain it for users. This way you will reduce wrong entries for attributes. This is especially relevant for company specific custom fields.
Navigate to -> *Administration* -> *Work packages* -> *Attribute help texts*.
In order to create new attribute help texts, press the green **+ Attribute help text** button.
![create new attribute help text](image-20200122100830004.png)
1. **Choose an attribute** from the list for which you want to add a description from the drop-down list. Also custom fields will be shown here which might need further specific explanation.
2. Enter the **detailed help text description** which will be shown in the work package forms for the users.
3. Do not forget to **Save** your changes.
![Sys-admin-attribute-help-texts](Sys-admin-attribute-help-texts.png)
Once you configure the help text for an attribute, project members can see the explanation.
Be aware that the help text will be visible in all projects.
Once you saved the help text, users see a question mark item next to the attribute.
![Sys-admin-attribute-help-texts-open](Sys-admin-attribute-help-texts-open.png)
When the users click on it, they see the description for this attribute.
![attribute help text description](image-20200122102249268.png)
Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

@@ -11,7 +11,9 @@ keywords: work package status
Work packages can have various status depending on their types, e.g. tasks can have the status new, in progress, done, on hold, rejected, closed. Or any other status which you would need.
The status can be configured under *Administration ->* *Work packages* -> *Status*. You will see the list of all the existing work package status in the system. You can add new status or change the name and order of existing status.
The status can be set at the top of the work package details view or in the list view in the corresponding column.
![Sys-admin-work-package-status](Sys-admin-work-package-status.png)The status field can be configured under *Administration ->* *Work packages* -> *Status*. You will see the list of all the existing work package status in the system. You can add new status or change the name and order of existing status.
## Create a new work package status
Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB