OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/docs/system-admin-guide/enumerations/README.md

44 lines
1.9 KiB

---
sidebar_navigation:
title: Enumerations
priority: 780
description: Manage enumerations in OpenProject.
robots: index, follow
keywords: enumerations, time tracking, priority, document categories
---
# Manage Enumerations
<div class="glossary">
**Enumerations** are a menu item in admin settings that allows the configuration of Activities (for time tracking), project status and work package priorities. </div>
To get an overview of existing enumeration values for all of these categories, navigate to the -> *Administration* -> *Enumerations*. You will see the enumerations overview, divided into respective sections.
![enumerations](image-20200122161732016.png)
## Create new enumeration value
To create a new enumeration value, select the **+ icon** in the respective category.
![Sys-admin-create-enumeration](Sys-admin-create-enumeration.png)
You will then be able to name the value, activate it and choose if it should be the default setting. Press the blue **Create** button to save your changes.
![create new enumerations](image-20200122162035892.png)
## Edit or remove enumeration value
1. To **edit** an existing configuration simply click on the name.
2. If the enumeration is activated, it will have the check mark in the column **Active**.
3. The **default value** is identified by the check mark in the respective column.
4. You can move the enumerations in the list of possible values up or down with the sort.
5. To remove an enumeration click on the respective **delete icon**.
![Sys-admin-enumerations](Sys-admin-enumerations.png)
To **change the color of work package priorities** choose the respective priority in the section Work package priorities.
<div class="alert alert-info" role="alert">
**Note**: To activate the [Activities (for time tracking)](../../user-guide/projects/project-settings/activities-time-tracking) in a certain project, navigate to -> *Project settings* -> *Time tracking activities*. </div>