Wiki source code of Project management

Last modified by superadmin on 2026/08/20 19:58

Show last authors
1 The training runs across two tools that share **one login**. Signing in here signs you into OpenProject as well - there is no second password.
2
3 |=Tool|=What it holds|=Link
4 |**This wiki**|Course material, notes, procedures, decisions|[[Home>>Main.WebHome]]
5 |**OpenProject**|Projects, work packages, schedule, time|[[Open OpenProject>>url:https://pm.academy.skyengpro.app]]
6
7 == Linking a wiki page to a project ==
8
9 Put the ##{{openproject}}## macro on any page to pull its project's links inline:
10
11 {{code language="none"}}
12 {{openproject project="my-project" /}}
13 {{openproject project="my-project" view="gantt" /}}
14 {{openproject /}}
15 {{/code}}
16
17 Rendered, with no project set:
18
19 {{openproject /}}
20
21 The ##project## value is the identifier in the OpenProject URL - ##https://pm.academy.skyengpro.app/projects/**my-project**##.
22
23 ----
24
25 //The macro and the sidebar panel are managed by ArgoCD and change by pull request. **This page is yours** - it is created once and never rewritten, so edit it freely.//