Content
View differences
Updated by Wieland Lindenthal over 3 years ago
# Situation
In order for everybody to use saved work-package views, queries, 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 queries (except from using the full URL link). Also the name of the saved work-package view query is not automatically updated in the wiki page.
# Use-Case
**As** a wik user
**I want to** link saved work-package views queries 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 query#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 query#234
work packages of project: project:workpackages
```
In order for everybody to use saved work-package views,
# Use-Case
**As** a wik user
**I want to** link saved work-package views
**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
work packages of project: project:workpackages
```