mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Update Release Notes + Glossary 16.0 (#18873)
* Update Release Notes 16.0 [#62395] Release notes prepared for 16.0 https://community.openproject.org/work_packages/62395 * Update Glossary - Update: Meetings - Update: Enterprise add-on - New: My time tracking - New: Internal comment - New: Work package subject * add empty last line (markdown linting) * typo fix --------- Co-authored-by: as-op <a.sandorf@openproject.com>
This commit is contained in:
+15
-3
@@ -157,7 +157,7 @@ Date alerts in OpenProject are an [Enterprise add-on](#enterprise-add-on) and de
|
||||
|
||||
### Enterprise add-on
|
||||
|
||||
In OpenProject, some features are defined as an Enterprise add-on. This means, they are not part of the [Community edition](#community-edition) and therefore not free of charge. Enterprise add-ons are available as [cloud](#cloud) or [on-premises](#on-premises) versions. You can choose from the following plans to get access to all Enterprise add-ons: Basic, Professional, Premium and Corporate. [Read more about OpenProject plans and pricing](https://www.openproject.org/pricing/).
|
||||
In OpenProject, some features are defined as an Enterprise add-on. This means, they are not part of the [Community edition](#community-edition) and therefore not free of charge. Enterprise add-ons are available in both [cloud](#cloud) and [on-premises](#on-premises) versions. You can choose from the following plans to get access to different Enterprise add-ons: Basic, Professional, Premium and Corporate. [Read more about OpenProject plans and pricing](https://www.openproject.org/pricing/).
|
||||
|
||||
### Excel synchronization
|
||||
|
||||
@@ -211,6 +211,10 @@ Hybrid project management is an approach that combines elements of both classic
|
||||
|
||||
In OpenProject, you can choose from several integrations, such as the [Excel synchronization](#excel-synchronization) or the [Nextcloud integration](#nextcloud-integration). In contrast to a plugin, an integration refers to cross features between two software products (e.g., OpenProject and Nextcloud), where both pieces of software have code that is responsible for interacting with the other software, through e.g., an API. Whereas a [plugin](#plugin) is installed on top of / as part of the OpenProject installation. You'll need to actively install it. [See all available plugins and integrations for OpenProject](../system-admin-guide/integrations/).
|
||||
|
||||
### Internal comment
|
||||
|
||||
Internal comments are available as [Enterprise add-on](#enterprise-add-on) in OpenProject. If enabled, users can choose whether their comment in a work package Activity tab is visible to everyone that has access to the work package – or if it is internal. An internal comment is only visible to users with a dedicated permission – by default, those with a project admin role. [Learn more about internal comments for work packages in OpenProject in this blog article](https://www.openproject.org/blog/internal-comments/).
|
||||
|
||||
## M
|
||||
|
||||
### Macro
|
||||
@@ -224,7 +228,7 @@ Macros in OpenProject are dynamic shortcuts that help automate repetitive tasks.
|
||||
|
||||
### Meetings
|
||||
|
||||
OpenProject offers a Meetings [module](#module) that allows project members to organize and facilitate meetings. The module has to be activated in the [project settings](#project-settings) by a project admin in order to be displayed in the side navigation. You can choose between classic meetings, one-time meetings and recurring meetings. Please note that classic meetings will be deprecated in the long term. [See our user guide for more information on Meeting management in OpenProject](../user-guide/meetings/).
|
||||
OpenProject offers a Meetings [module](#module) that allows project members to organize and facilitate meetings. The module has to be activated in the [project settings](#project-settings) by a project admin in order to be displayed in the side navigation. You can choose between one-time meetings and recurring meetings. [See our user guide for more information on Meeting management in OpenProject](../user-guide/meetings/).
|
||||
|
||||
### Member
|
||||
|
||||
@@ -234,6 +238,10 @@ In OpenProject, a member is defined as a single person in a project. Project mem
|
||||
|
||||
A module in OpenProject is defined as an independent unit of functionality that can be used to extend and improve the existing core functions. A project admin can activate and de-activate modules in the project settings. Some examples for modules in OpenProject are: Forums, Time and costs, Wiki or the Work packages module. [See our user guide for more information on all modules in OpenProject](../user-guide/#overview-of-modules-in-openproject).
|
||||
|
||||
### My time tracking
|
||||
|
||||
My time tracking is the name of an OpenProject [module](#module) that allows users to view, log and edit their personal time tracked on work packages. It can be displayed in a calendar or list view. A [system admin](#admin) can decide whether exact time tracking is allowed, which means users can add start and finish time to their entries. If administrators want to force their users to log start and finish time, an option to 'Require exact times' is available as an [Enterprise add-on](#enterprise-add-on). [Read more about time tracking with OpenProject in our user guide](../user-guide/time-and-costs/time-tracking/).
|
||||
|
||||
### My page
|
||||
|
||||
The My page in OpenProject is defined as your personal [dashboard](#dashboard) with important overarching project information, such as work package reports, news, spent time, or a calendar. It can be configured to your specific needs. [Read more about the My page in OpenProject](../getting-started/my-page/).
|
||||
@@ -449,7 +457,7 @@ A workflow in OpenProject is defined as the allowed transitions between status f
|
||||
|
||||
### Work package
|
||||
|
||||
In OpenProject, a [work package](../user-guide/work-packages/#overview) is defined as an item in a project. It is a subset of a project that can be assigned to users for execution, such as Tasks, Bugs, User Stories, Milestones, and more. Work packages have a [type](#work-package-types), an [ID](#work-package-id) and a subject and may have additional attributes, such as assignee, responsible, [story points](#story-points) or [version](#versions). Work packages are displayed in a project timeline (unless they are [filtered](#filters) out in the timeline configuration) - either as a milestone or as a [phase](#phase). In order to use the work packages, the work package module has to be activated in the [project settings](#project-settings) by a project admin.
|
||||
In OpenProject, a [work package](../user-guide/work-packages/#overview) is defined as an item in a project. It is a subset of a project that can be assigned to users for execution, such as Tasks, Bugs, User Stories, Milestones, and more. Work packages have a [type](#work-package-types), an [ID](#work-package-id) and a [subject](#work-package-subject) and may have additional attributes, such as assignee, responsible, [story points](#story-points) or [version](#versions). Work packages are displayed in a project timeline (unless they are [filtered](#filters) out in the timeline configuration) - either as a milestone or as a [phase](#phase). In order to use the work packages, the work package module has to be activated in the [project settings](#project-settings) by a project admin.
|
||||
|
||||

|
||||
|
||||
@@ -466,6 +474,10 @@ Work package categories are a functionality used to automatically assign a [memb
|
||||
|
||||
Work package ID is defined as a unique ascending number assigned to a newly created work package. Work package IDs cannot be changed and are numbered across all projects of an OpenProject instance (therefore, the numbering within a project may not be sequential).
|
||||
|
||||
### Work package subject
|
||||
|
||||
Every work package in OpenProject has a subject that works as a title. It should contain all important terms in order to be found in filters and search functions. The possibility to automatically generate work package subjects is available as an [Enterprise add-on](#enterprise-add-on).
|
||||
|
||||
### Work package table
|
||||
|
||||
The work package table in OpenProject is defined as the overview of all work packages in a project, together with their attributes in the columns. A synonym for work package table is the term "work package list". [Read how to configure a work package table](../user-guide/work-packages/work-package-table-configuration/).
|
||||
|
||||
@@ -16,9 +16,7 @@ We released [OpenProject 16.0.0](https://community.openproject.org/versions/1412
|
||||
|
||||
The Enterprise plans (Basic, Professional, Premium, and Corporate) have been updated. Each plan now includes a specific set of Enterprise add-ons. Support levels and pricing remain unchanged with version 16.0.
|
||||
|
||||
Current Enterprise customers retain their existing plans with access to all Enterprise add-ons available at that time. No features are removed.
|
||||
|
||||
From this version onward, new Enterprise add-ons may be included only in higher-tier plans. For example, the new [Internal comments feature](#internal-comments-in-work-packages-enterprise-add-on) is part of the Professional plan.
|
||||
Current Enterprise customers retain their existing plans with access to all Enterprise add-ons available at that time. No features are removed. From this version onward, new Enterprise add-ons may be included only in higher-tier plans. For example, the new [Internal comments feature](#internal-comments-in-work-packages-enterprise-add-on) is part of the Professional plan.
|
||||
|
||||
Customers on lower Enterprise plans who want to try out new add-ons from higher plans can do so by [requesting a new Enterprise trial token (on-premises)](https://www.openproject.org/contact/) or by [starting a new Cloud trial instance](https://start.openproject.com/).
|
||||
|
||||
@@ -66,7 +64,9 @@ Find out more about [internal comments in this user guide](../../user-guide/acti
|
||||
|
||||
## Automatically generated work package subjects (Enterprise add-on)
|
||||
|
||||
OpenProject now supports automatically generated subjects for work packages. This new Enterprise add-on, available in the Professional plan, allows administrators to define subject patterns for each work package type. When enabled, the subject field is filled automatically and becomes non-editable during work package creation and updates.
|
||||
OpenProject now supports automatically generated subjects for work packages. This new Enterprise add-on, available in the Professional plan, allows administrators to define subject patterns for each work package type. When enabled, the subject field is **filled automatically and becomes non-editable during work package creation and updates**.
|
||||
|
||||

|
||||
|
||||
This is especially useful for structured processes such as vacation requests, IT tickets, or maintenance reports, where consistent naming is required. Subject patterns can include static text as well as dynamic placeholders like project name, work package type, or custom field values.
|
||||
|
||||
@@ -80,7 +80,7 @@ OpenProject 16.0 offers a separate time tracking module with a calendar view. It
|
||||
|
||||
Each day shows the sum of the tracked time, and in the weekly and monthly views, the total tracked time is displayed in the lower right corner.
|
||||
|
||||

|
||||

|
||||
|
||||
Please note that this module has to be activated by an administrator first. Navigate to *Administration → Time and costs → Defaults* and check the box next to 'Allow exact time tracking' to enable tracking start and finish dates. If 'Allow exact time tracking' is enabled, the calendar becomes the default view for the My time tracking module. If 'Require exact times' is checked, users must provide both start and end times when logging time. Otherwise, the list view remains the default. In the calendar view, all entries are then displayed at the top of the respective day column.
|
||||
|
||||
@@ -287,7 +287,8 @@ be able to use them in additional contexts. Starting with OpenProject 16.0.0, we
|
||||
A very special thank you goes to City of Cologne, Deutsche Bahn and ZenDiS for sponsoring released or upcoming features. Your support, alongside the efforts of our amazing Community, helps drive these innovations. Also a big thanks to our Community members for reporting bugs and helping us identify and provide fixes. Special thanks for reporting and finding bugs go to alex e, Klaas vT, Daniel Elkeles, Marcel Carvalho, Regina Schikora, Çağlar Yeşilyurt, and Александр Татаринцев.
|
||||
|
||||
Last but not least, we are very grateful for our very engaged translation contributors on Crowdin, who translated quite a few OpenProject strings! This release we would like to particularly thank the following users:
|
||||
- [name](https://crowdin.com/profile/name), for a great number of translations into [language].
|
||||
|
||||
- [Сергей Баранов](https://crowdin.com/profile/postbse), for a great number of translations into Russian.
|
||||
- [Gzyyy](https://crowdin.com/profile/gzyyy), for a great number of translations into Chinese simplified.
|
||||
- [rlmpereira](https://crowdin.com/profile/rlmpereira), for a great number of translations into Portuguese.
|
||||
|
||||
Would you like to help out with translations yourself? Then take a look at our [translation guide](../../contributions-guide/translate-openproject/) and find out exactly how you can contribute. It is very much appreciated!
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 575 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 540 KiB |
Reference in New Issue
Block a user