Project

General

Profile

RedmineProjects » History » Version 29

Alex Che, 2024-10-03 12:15
Fix formatting for section and list

1 29 Alex Che
h1. Managing projects
2 28 Alex Che
3
{{>toc}}
4
5
h2. Projects list
6
7
The projects list shows all active projects by default. To view all projects (active and archived projects) change the status filter to _All_. Note that there is also the project list for regular users that can be accessed by clicking on @Projects@ in the top menu. Non-administrator can create new projects in this list (and close projects within a project), but cannot do more administrative operations as it is possible in project list within the administration area that gets discussed here. Depending on the [[RedmineRoles|user permissions]] the here presented project list may be the only place to manage projects at all.
8
9
* *Project:* The project name
10
* *Description:* A short description of the project
11
* *Public:* If the icon !/images/true.png! is present the project is public and everyone can see this project and may do things that are allowed by the roles [[RedmineRoles#System-roles|Non member and Anonymous]]. Non-public projects can be viewed only by a user who was given access by an administrator of the project.
12 1 Thomas Lecavelier
* *Created:* Indicated the date when this project has been created.
13 28 Alex Che
14
p=. !project_list.png!
15
16 29 Alex Che
17 1 Thomas Lecavelier
h2. Adding or editing a project
18 28 Alex Che
19
See [[RedmineProjectSettings|Project settings]].
20
21 29 Alex Che
22 28 Alex Che
h2. Closing a project
23
24
This sets a project to a read-only state. A closed project is still be accessible like a regular project but nothing can be changed anymore, thus it is read-only. 
25
26 1 Thomas Lecavelier
*The link to close a project is available on a per Project basis in the [[RedmineProjectOverview|Overview]] screen of the project itself. It is not part of the project list shown above.* 
27 28 Alex Che
28
See Feature #3640 for details.
29
30 29 Alex Che
31 28 Alex Che
h2. Archiving a project
32
33
From the projects list, click the !/images/locked.png! *Archive* link to archive a project.
34
35 1 Thomas Lecavelier
An archived project is no longer visible by users. It can be un-archived (with its original content) by the administrator. When archiving a project, any subproject is also archived.
36 28 Alex Che
37
Note that archiving a project does not reduce storage usage. It only hides the project but does not compress it.
38
39 29 Alex Che
40 28 Alex Che
h2. Copying an existing project
41
42
From the projects list, click the !/images/copy.png! *Copy* link on the right of the project you want to copy.
43 1 Thomas Lecavelier
44 28 Alex Che
You will get the new project form prefilled with the settings of the copied project (trackers, custom fields...). At the bottom of the form, you can choose what should be also copied to your new project:
45
46
p=. !project_copy.png!
47 29 Alex Che
48 28 Alex Che
49
h2. Deleting a project
50
51
From the projects list, click the !/images/delete.png! *Delete* link. You will be asked for confirmation on a separate screen.