blob: 373d93ebe913d546484e0dbb37f0d28b088f1c31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Creating Projects
=================
Kanboard can handle multiple projects. There are two kinds of projects:
- Team projects
- Private project for a single user
Creating projects for multiple users
-------------------------------------
- Only administrators and project administrators can create those projects
- User management is available
From the dashboard, click on the link **New project**:
![Project creation form](screenshots/new-project.png)
It's very easy, you just have to find a name for your project!
Creating a private project
--------------------------
- Everybody can create a private project
- There is **NO** user management
- Only the owner and administrators can access to the project
From the dashboard, click on the link **New private project**.
Creating projects from another project
--------------------------------------
When you create a new project, your can choose to duplicate the properties of another project :
- Permissions
- Actions
- Swimlanes
- Catégories
- Tasks
|