OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/docs/getting-started/projects/README.md

89 lines
4.5 KiB

---
sidebar_navigation:
title: Projects
priority: 900
description: Introduction to projects in OpenProject.
robots: index, follow
keywords: open project, create project, project introduction
---
# Projects introduction
Get an introduction how to work with projects in OpenProject. To start collaboration in OpenProject, you first have to set up a new project.
<div class="glossary">
A **project** is defined as a temporary, goal-driven effort to create a unique output. A project has clearly defined phases, a start and an end date, and its success is measured by whether it meets its stated objectives.
A project in OpenProject can be understood as a project as defined above. Also, it can be set up as a "workspace" for teams to collaborate on one common topic, e.g. to organize a department.
<div class="alert alert-info" role="alert">
**Note**: In order to see a project and work in it, you have to be a [member of the project](../invite-members).
</div>
| Topic | Content |
| ------------------------------------------------------- | ------------------------------------------------------------ |
Expanding documentation (#9091) * changed screenshots for projects chapter * changed screenshots in gantt chart chapter * moved "aggregation by project" from work packages to Gantt chart chapter * changed some links * move reference to Excel sync out of Gantt chart chapter * small changes * add initial setup section for administrators to documentation Idea and main content from @ivangriggs Co-Authored-By: ivangriggs <77022874+ivangriggs@users.noreply.github.com> * smaller improvements to docs * improve documentation of manual and automatic scheduling mode * small improvements in docs * small changes * adding section for search options in OpenProject * move section about hourly rate defintion to system admin guide * formatting changes * explaining assignee filter options * change section header to make it detectable when searching for "projects overview" * clean up table of contents, make titles consistent, remove excessive space characters, etc. * update screenshots * changes to project overview docs * add screenshot for search bar * make info about aggregation of changes in activity and notifications easier detectable * small improvements * add info about non member and anonymous role * changes/additions * small changes * add additional options to access context menu * add sum feature for work package list to docs and change screenshot * add/improve info about email notifications * link fixes (necessary due to structural changes in documentation) * working in review comments * changes for time tracking activities * change screen shots for wiki - more functions section * change screenshots and improve description for meetings * improve detectability of mention feature * move FAQ in authentication * add how to reset password * improve explanation on how to un-archive projects * mention Mattermost integration * small correction
4 years ago
| [Open a project](#open-an-existing-project) | Select and open an existing project. |
| [Create a new project](#create-a-new-project) | Create a project from scratch or use existing project templates. |
| [View all projects](#view-all-projects) | Get an overview about all your projects. |
| [Advanced project settings](#advanced-project-settings) | Configure further advanced settings for your project. |
<video src="https://openproject-docs.s3.eu-central-1.amazonaws.com/videos/OpenProject-Projects-Introduction.mp4" type="video/mp4" controls="" style="width:100%"></video>
## Open an existing project
In order to open an existing project, click the **Select a project** button in the upper left corner of the header and select the project you want to open.
You can also start typing in a project name to filter by the project's title.
![filter_for_project_in_header_menu](filter_project_header_menu.png)
Projects and subprojects are displayed according to their hierarchy in the drop-down menu.
<div class="glossary">
**Subproject** is defined as a child project of another project. Subprojects can be used to display a hierarchy of projects. Several filter options (e.g. in work package list and timeline) can be applied only to the current project and its subprojects.
</div>
![project_hierarchy](project_hierarchy-8178054.png)
Also, you will see your newest projects on the application landing page in the **Projects** section. Here you can simply click on one of the newest visible projects to open it.
![open-project](1566292163068.png)
## Create a new project
To create a new project, click the green button **+ Project** directly on the system's home screen in the **Project** section.
![Create-project-home-screen](Create-project-home-screen.png)
Alternatively, you can use the green **+ button** in the header menu to create a new project.
![create-project-header](create-project-header.png)
- You can either create a completely new project, create a subproject of an existing project or create a (sub)project from a template. For the latter option, choose a [template](../../user-guide/projects/#create-a-project-template-premium-feature) using the drop-down menu.
- Enter a **name** for your project and click the blue **Create** button.
- The **Advanced Settings** allow for further configuration, e.g. description, URL, etc.
![image-20200921122508132](image-20200921122508132.png)
By default, creating a new project will set you as project admin, regardless of whether you copied a project, used a template or created a project from scratch. Now, you can get started working on your project.
To configure further project information, see the documentation for [project settings](../../user-guide/projects/project-settings/project-information/).
### View all projects
To view all your projects in which you are a member, click on the **View all projects** link in the **Select a project** drop-down menu.
![view_all_projects](view_all_projects.png)
You will see a list with all your projects and their details.
![view all projects](1569490488827.png)
## Advanced Project Settings
In our detailed user guide you can find out how to configure further [advanced project settings](../../user-guide/projects/) for your projects, e.g. description, project hierarchy or setting it to public.