Content
View differences
Updated by Judith Roth 12 days ago
**As** a user using Nextcloud and OpenProject
**I want to** see semantic identifiers when I use work package links in Nextcloud notes
**so that** I see the same identifiers in nextcloud as in the OpenProject instance which is connected.
**Acceptance criteria**
* The nextcloud work package links show the semantic identifiers if the instance is set to use project-based semantic work package identifiers (and numeric IDs otherwise)
* Numeric IDs (the "old" ones) are always prepended with a "#"
* Semantic IDs (the "new" ones) are shown without a "#"
**Technical notes**
* The API workpackages endpoint contains a new field `display_id`, which contains either the ID or the semantic ID, based on the setting of the instance. This needs to be shown instead of the ID.
* Searching for semantic identifiers already works.
**Permissions and visibility considerations**
* _To whom is this feature visible?_
* _When is it not visible?_
**Translation considerations**
* _Key terms and phrases in the key languages_
**Out of scope**
* <br>
_Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the changes._
**I want to** see semantic identifiers when I use work package links in Nextcloud notes
**so that** I see the same identifiers in nextcloud as in the OpenProject instance which is connected.
**Acceptance criteria**
* The nextcloud work package links show the semantic identifiers if the instance is set to use project-based semantic work package identifiers (and numeric IDs otherwise)
* Numeric IDs (the "old" ones) are always prepended with a "#"
* Semantic IDs (the "new" ones) are shown without a "#"
**Technical notes**
* The API workpackages endpoint contains a new field `display_id`, which contains either the ID or the semantic ID, based on the setting of the instance. This needs to be shown instead of the ID.
* Searching for semantic identifiers already works.
**Permissions and visibility considerations**
* _To whom is this feature visible?_
* _When is it not visible?_
**Translation considerations**
* _Key terms and phrases in the key languages_
**Out of scope**
* <br>
_Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the changes._