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.8 KiB

---
sidebar_navigation:
title: Enumerations
priority: 790
description: Manage enumerations in OpenProject.
robots: index, follow
keywords: enumerations
---
# Manage Enumerations
The **Enumerations** settings allow adapting of Activities (for time tracking), work package priorities and document categories.
<div class="glossary“>
**Enumerations** are defined as 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)
**Note**: To activate the [Activities (for time tracking)](../../user-guide/project-settings/activities-time-tracking) in a certain project, navigate to -> *Project settings* -> *Activities (time tracking)*.
</div>