* Video embed getting started
getting staretd new videos
[skip ci]
* embedding videos
embedding without youtube
[skip CI]
* embedded videos
[skip CI]
* fixed formatting
[ci skip]
* small errors I noticed when reviewing the pull request (unrelated to RB's changes)
[ci skip]
* last changes to video embedding
for data privacy and removing all youtube links
[skip ci]
Co-authored-by: ML-OpenP <m.laux@openproject.com>
@ -47,3 +47,6 @@ You will receive an email from OpenProject with the installations you are curren
Click the link in the email to get directed to your installation. If you are member of several OpenProject installations, they will all be listed in this email.
Agile Boards in OpenProject support teams in their agile project management methodology, e.g. Scrum or Kanban.
You can create as many flexible boards as you want with both lists and cards on it. A list usually represents a workflow, e.g. status or version of a work package. The cards are work packages, e.g. tasks, on this list.
With Gantt charts in OpenProject you can create and manage a project plan and share the information with your team. You can schedule your tasks and visualize the required steps to complete your project. As a project manager you are directly informed about delays in your project and can act accordingly.
A work package in OpenProject can basically be everything you need to keep track off within your projects. It can be e.g. a task, a feature, a bug, a risk, a milestone or a project phase. This different kinds of work packages are called work package types.
To **create a new custom field** navigate to -> *Administration* -> *Custom fields* and select the section for which you will create a new custom field, e.g. for work packages.
## Add table of related work packages to a work package form
Also, you can add a table of related work packages to your work package form. Click the green **+ Group** button and choose **Add table of related work package** from the drop-down list.
The new Boards are tightly integrated with all other project management functionalities in OpenProject, i.e. [work packages](#work-pages) or [Gantt charts](#gantt-charts). This makes it so easy and practical to include the Boards in your daily project management routines and to gain a much quicker overview of important topics in your project.
@ -13,15 +13,11 @@ Working in agile project teams is becoming increasingly important.
OpenProject supports your work with the Scrum methodology by providing a variety of functionalities. You can record and prioritize user stories in the sprint and product backlog, use digital task boards or burndown-charts, print story cards, and much more. For more information, please refer to the OpenProject [agile and scrum features](https://www.openproject.org/collaboration-software-features/agile-scrum-agile-project-management-openproject/) page.
<divclass="glossary">
A **backlog** is defined as a plugin that allows to use the backlogs feature in OpenProject. In order to use backlogs in a project, the backlogs plugin has to be installed and the backlogs module has to be activated in the project settings of a project (the accessibility mode has to be deactivated).
</div>
<divclass="glossary">A **backlog** is defined as a plugin that allows to use the backlogs feature in OpenProject. In order to use backlogs in a project, the backlogs plugin has to be installed and the backlogs module has to be activated in the project settings of a project (the accessibility mode has to be deactivated).</div>
Please note that this user guide does not represent an introduction into scrum methodology, but merely explains the scrum-related functionalities and user instructions in OpenProject.
| [Working with backlogs](work-with-backlogs) | How to work with backlogs for Scrum projects in OpenProject? |
| [Create new sprint](manage-sprints) | How to set up the product backlog, bug backlog, and create a new sprint in the backlogs view? |
@ -31,6 +27,6 @@ Please note that this user guide does not represent an introduction into scrum m
| [Burndown chart](work-with-backlogs#burndown-chart) | How to create a burndown chart? |
| [Print story cards](work-with-backlogs#print-story-cards) | How to print story cards? |
| [Sprint wiki page](work-with-backlogs#sprint-wiki) | How to create a sprint wiki page? |
| [Selecting folded or collapsed backlogs view](taskboard#configure-backlogs-settings-under-my-account) | How to select the folded or collapsed backlogs view? |
| [Selecting folded or collapsed backlogs view](taskboard/#configure-backlogs-settings-under-my-account) | How to select the folded or collapsed backlogs view? |
@ -9,11 +9,7 @@ keywords: gantt chart, timeline, project plan
# Gantt charts
<divclass="glossary">
The **Gantt chart** in OpenProject displays the work packages in a timeline. You can collaboratively create and manage your project plan. Have your project timelines available for all team members and share up-to-date information with stakeholders. You can add start and finish date and adapt it with drag and drop in the Gantt chart. Also, you can add dependencies, predecessor or follower within the Gantt chart.
</div>
<divclass="glossary">The **Gantt chart** in OpenProject displays the work packages in a timeline. You can collaboratively create and manage your project plan. Have your project timelines available for all team members and share up-to-date information with stakeholders. You can add start and finish date and adapt it with drag and drop in the Gantt chart. Also, you can add dependencies, predecessor or follower within the Gantt chart.</div>
@ -24,10 +20,9 @@ The **Gantt chart** in OpenProject displays the work packages in a timeline. You
| [Gantt chart configuration](#gantt-chart-configuration) | How to configure the view of your Gantt chart, e.g. add labels? |
| [Synchronize data between OpenProject and Excel](#synchronize-data-between-openproject-an-excel) | How to synchronize data from OpenProject to Excel? |
| [Gantt chart views](#gantt-chart-views) | How to zoom in and out and activate the Zen mode? |
To schedule work packages in the Gantt chart there is an **automatic scheduling mode (default)** and a **manual scheduling mode** (new in [release 11.0](../../../release-notes/11-0-0)). To add dependencies between work packages you can set them as predecessor or follower in the Gantt chart. The automatic and manual scheduling modes influence the work packages' behaviour when changing dates of other related work packages.
</div>
To schedule work packages in the Gantt chart there is an **automatic scheduling mode (default)** and a **manual scheduling mode** (new in [release 11.0](../../../release-notes/11-0-0)). To add dependencies between work packages you can set them as predecessor or follower in the Gantt chart. The automatic and manual scheduling modes influence the work packages' behaviour when changing dates of other related work packages.</div>
Find out how to [add existing members](../../getting-started/invite-members/#add-existing-members) to join a project or [invite new team members](../../getting-started/invite-members/#invite-new-members).
Find out in our Getting started guide [how to open an existing project](../../getting-started/projects/) in OpenProject.
@ -149,9 +151,7 @@ Navigate to the [project settings](project-settings) and click **Set as template
You can create a new project by using an existing template. This causes the properties of the project template to be copied to the new project. Find out in our Getting started guide how to [create a new project](../../getting-started/projects/#create-a-new-project) in OpenProject.
Another way for using a template project would be to [copy it](#copy-a-project).
Please note that OpenProject currently does not yet support resource management. However, this is scheduled as one of our main topics. You can check out our roadmap [here](https://community.openproject.com/projects/openproject/work_packages?query_id=1993).