Content
Updated by Sven Kunze about 2 years ago
# Situation
In order for everybody to use saved work-package views, we want to document them properly. For this, wiki pages are a good fit. However, it is currently not possible to properly link work-package views (except from using the full URL link). Also the name of the saved work-package view is not automatically updated in the wiki page.
# Use-Case
**As** a wik user
**I want to** link saved work-package views using a special wiki-syntax
**so that** the link-text is equal to the name of the view.
**Acceptance criteria**
* [https://www.openproject.org/docs/user-guide/wiki/#links-to-openproject-resources](https://www.openproject.org/docs/user-guide/wiki/#links-to-openproject-resources) describes how to do it
* e.g.
```text
work package with ID12: #12
work package view with ID234: view#234
```
* additionally linking the the work-package page of a project would be great
```text
work package with ID12: #12
work package view with ID234: view#234
default work package view of project: view:default project:wp
default work package view of project with ID24: project#24:wp
```
In order for everybody to use saved work-package views, we want to document them properly. For this, wiki pages are a good fit. However, it is currently not possible to properly link work-package views (except from using the full URL link). Also the name of the saved work-package view is not automatically updated in the wiki page.
# Use-Case
**As** a wik user
**I want to** link saved work-package views using a special wiki-syntax
**so that** the link-text is equal to the name of the view.
**Acceptance criteria**
* [https://www.openproject.org/docs/user-guide/wiki/#links-to-openproject-resources](https://www.openproject.org/docs/user-guide/wiki/#links-to-openproject-resources) describes how to do it
*
```text
work package with ID12: #12
work package view with ID234: view#234
```
*
```text
work package with ID12: #12
work package view with ID234: view#234
default work package view of project: view:default
default work package view of project with ID24: project#24:wp
```