Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

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

```

Back

Loading...