Skip to content

Commit fe2c3f9

Browse files
committed
Merge branch 'release/16.6' into dev
2 parents 0bb2829 + d2fcef8 commit fe2c3f9

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

docs/enterprise-guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ However, new add-ons that will be released with 16.0.0 and afterwards in higher
3434

3535
The following changes to our Enterprise plans will become effective on 2025-05-21 and **apply for new customers**:
3636

37-
| Community | Basic | Professional | Premium | Corporate |
38-
|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
39-
| **All [Community features](https://www.openproject.org/pricing/#features)** | **All Community features +**<br />**Basic Enterprise add-ons**:<br />- Baseline comparisons<br />- Status boards (Kanban)<br/>- Assignee boards<br/>- Version boards<br/>- Subproject boards<br/>- Parent-child boards (Work Breakdown Structure)<br/>- Attribute highlighting<br/>- Intelligent workflows with custom action buttons<br/>- Custom fields of type hierarchy<br/>- Date alerts<br/>- Custom theme and logo<br/>- Configure work package forms<br/>- Gantt charts PDF export<br/>- Graphs on project overview page<br/>- Placeholder users<br/>- Read-only mode for work packages<br/>- Team planner<br/>- Display relations in the work package table | **All from Basic +**<br />**Professional Enterprise add-ons**:<br />- Single sign-on (OIDC & SAML)<br />- OneDrive integration<br/>- Share work packages with external users<br/>- Automatic work package subject generation <br />- Internal work package comments | **All from Professional +**<br />**Premium Enterprise add-ons**:<br />- Share project lists (project portfolio)<br />- LDAP users and group sync<br / \- Customize project life cycle (coming with 16.1.0) | **All from Premium +**<br />**Corporate Enterprise add-ons**:<br/>- Storage single sign-on for Nextcloud<br />- Nextcloud Hub integration<br/>- openDesk integration<br/>- SCIM API integration<br/>- Antivirus scanning |
37+
| Community | Basic | Professional | Premium | Corporate |
38+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
39+
| **All [Community features](https://www.openproject.org/pricing/#features)** | **All Community features +**<br />**Basic Enterprise add-ons**:<br />- Baseline comparisons<br />- Status boards (Kanban)<br/>- Assignee boards<br/>- Version boards<br/>- Subproject boards<br/>- Parent-child boards (Work Breakdown Structure)<br/>- Attribute highlighting<br/>- Intelligent workflows with custom action buttons<br/>- Custom fields of type hierarchy<br/>- Date alerts<br/>- Custom theme and logo<br/>- Configure work package forms<br/>- Gantt charts PDF export<br/>- Graphs on project overview page<br/>- Placeholder users<br/>- Read-only mode for work packages<br/>- Team planner<br/>- Display relations in the work package table | **All from Basic +**<br />**Professional Enterprise add-ons**:<br />- Single sign-on (OIDC & SAML)<br />- OneDrive/SharePoint integration<br/>- Share work packages with external users<br/>- Automatic work package subject generation <br />-Calculated values for project evaluation and scoring<br/>- Internal work package comments | **All from Professional +**<br />**Premium Enterprise add-ons**:<br />- Share project lists (project portfolio)<br />- LDAP users and group sync<br /> \- Customize project life cycle | **All from Premium +**<br />**Corporate Enterprise add-ons**:<br/>- Storage single sign-on for Nextcloud<br />- Nextcloud Hub integration<br/>- openDesk integration<br/>- SCIM API integration<br/>- Antivirus scanning |
4040

4141
### Testing the new Enterprise add-ons
4242

docs/glossary/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ A board in OpenProject is a view that allows you to see your work packages as ca
9393

9494
## C
9595

96+
### Calculated value
97+
98+
A Calculated value is a [project attribute](#project-attribute) in OpenProject and available as an [Enterprise add-on](#enterprise-add-on). It enables automatic computations based on formulas using numeric project attributes. This is very helpful for project scoring and evaluation. [Read more about calculated values in our system admin guide](../system-admin-guide/projects/project-attributes/#calculated-value-project-attribute-enterprise-add-on).
99+
96100
### CAPTCHA
97101

98102
A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security mechanism used on websites to determine whether the user is a human or a bot. OpenProject offers [reCAPTCHA](../system-admin-guide/authentication/recaptcha/) and [Cloudflare Turnstile](../system-admin-guide/authentication/recaptcha/#cloudflare-turnstile-configuration) that system administrators can configure for their instance.
@@ -495,6 +499,14 @@ Versions in OpenProject are defined as an attribute for [work packages](#work-pa
495499

496500
## W
497501

502+
### Watcher
503+
504+
In OpenProject, a watcher is a [user](#user) who receives [notifications](#notifications) about updates or changes to a specific [work package](#work-package), even if they are not the assignee or the accountable. Watching a work package helps users stay informed about its progress, comments, or status changes without actively participating in the task. Users can choose to watch a work package themselves or be added as watchers by other project members with sufficient permissions.
505+
506+
### Weighted item list
507+
508+
In OpenProject, a Weighted item list can be used both as a [custom field](#custom-field) and as a [project attribute](#project-attribute) and is available as an [Enterprise add-on](#enterprise-add-on). It allows adding items as a hierarchy, together with underlying numerical values. This can be helpful for project evaluation, but also used for other purposes.
509+
498510
### Widget
499511

500512
A widget in OpenProject is defined as a small and customizable element that provides relevant information at a glance. Use widgets on your [My page](#my-page) dashboard or on the [project overview](#project-overview). [See all available project overview widgets](../user-guide/project-overview/#available-project-overview-widgets) and read [how to add a widget to the project overview](../user-guide/project-overview/#widgets).

0 commit comments

Comments
 (0)