--- sidebar_navigation: title: Custom fields priority: 800 description: Manage custom fields in OpenProject. robots: index, follow keywords: manage custom fields --- # Manage custom fields You can **create additional custom fields for different sections**, e.g. work packages, projects, users or groups in OpenProject. Custom fields enable to to configure your OpenProject exactly to your needs, i.e. to adapt work package forms to your company specific requirements. ## Add a new custom field To **create a new custom field** navigate to -> *Administration* -> *Custom fields* and select the section for which you will create a new custom field, e.g. for work packages. You will see the list of all the custom fields that have been created so far, divided by the section on the different tabs for which they were created. If none have been created so far, click on the link **Create a new custom field** in the respective section, e.g. on the tab for work packages. ![Sys-admin-custom-fields](Sys-admin-custom-fields.png) Depending on the module, for which the new custom field is being created, slightly different options may be offered. This is an example of a new custom field for a work package: 1. Custom field **name**, which will appear as the attribute name on the work package form. 2. **Choose a Format** of the custom field, e.g. text, list, date, boolean. You can choose between the following formats for custom fields: ![custom fields format](image-20200122112806127.png) 3. Specify the **minimal and maximal length**. If a 0 is chosen, no restriction will be imposed on the length of the custom field. 4. **Regular expression** specifying which values are allowed for the custom field. 5. Set if the new custom field should be a **required** field. 6. Specify if the new custom field should be **used for all projects**. This means the custom field will be active for all projects and does not need to be activated separately per project. 7. Specify if the new custom field should be **used as a filter for work packages**. See [here](../../user-guide/work-packages/work-package-table-configuration/#filter-work-packages) how to filter work packages. 8. Specify if the new custom field should be **searchable** via the global search. 9. **Save** the new custom field. ![Sys-admin-create-custom-field](Sys-admin-create-custom-field.png) ## Assigning the custom field to a work package type and project