Project

General

Profile

RedmineProjectSettings » History » Version 13

Jean-Philippe Lang, 2010-01-09 14:53
groups as members

1 1 Jean-Philippe Lang
h1. Project Settings
2
3 10 Mischa The Evil
{{>toc}}
4 1 Jean-Philippe Lang
5 11 Mischa The Evil
!project-settings_information-tab.jpg!
6
7 10 Mischa The Evil
h2. Information
8 1 Jean-Philippe Lang
9 10 Mischa The Evil
In this screen you can configure the basic (though important) settings for the selected project.
10 1 Jean-Philippe Lang
11 10 Mischa The Evil
h3. General settings
12
13
The following general settings are available:
14 1 Jean-Philippe Lang
* *Name*: project display name (must be unique).
15
16 10 Mischa The Evil
* *Subproject of*: lets you define the parent project. The projects hierarchy is limited to 2 levels. A parent project cannot be itself a sub-project.
17
Note: starting from unscheduled version version#6 projects can be unlimitedly nested.
18
19 7 Jean-Philippe Lang
* *Description*: description that appears on the project overview.
20 1 Jean-Philippe Lang
21 10 Mischa The Evil
* *Identifier*: used by the application for various things (eg. in URLs). It must be unique. Once the project is created, this identifier cannot be modified.
22 1 Jean-Philippe Lang
23 10 Mischa The Evil
* *Homepage*: homepage-link that appears on the project overview.
24 1 Jean-Philippe Lang
25 10 Mischa The Evil
* *Public*: if checked, the project can be viewed by all the users, including those who are not members of the project. If unchecked, only the project members have access to it, according to their role.
26
27
If there are any custom fields of the type "Project" configured by the administrator, they'll show up behind the "Public"-setting noted above.
28
29
h3. Trackers
30
31
Redmine lets you define which of the configured trackers (thus also their respective workflows) you are able to use within this specific project.
32
33
* *Trackers*: select the trackers that you want to use for issues of the project. Only the administrator can define new trackers.
34
35
h3. Custom fields
36
37
* *Custom fields*: select the custom fields (of the type @issues@) that you want to use for issues of the project. Only the administrator can define new custom fields.
38
39
Note that some of these custom fields can be only configured (e.g. unchecked) if the issue custom field is _not_ defined as a _global_ issue custom field (which can be done by the administrator by checking the "For all projects" checkbox in the custom field create/edit view).
40
41 1 Jean-Philippe Lang
h2. Modules
42
43 10 Mischa The Evil
This screen lets you choose the modules you want to use for the project. 
44 1 Jean-Philippe Lang
45 10 Mischa The Evil
Disabling a module doesn't delete the associated data. It only prevents users from accessing it. After a module was disabled, it can be re-enabled with all its data.
46 1 Jean-Philippe Lang
You can for example disable 'Issue tracking' module for a single project. Existing issues are not deleted, you will be able to access them if you re-enable the module.
47
48 10 Mischa The Evil
Additional modules can be added to the system using [[Plugins|Redmine plugins]]. Plugins can only be installed by the administrator.
49
50 1 Jean-Philippe Lang
h2. Members
51
52 13 Jean-Philippe Lang
This screen lets you define project members and their roles. You can add a user or a group, with one or multiple role(s) in a given project.
53 10 Mischa The Evil
54 1 Jean-Philippe Lang
h2. Versions
55 8 Mischa The Evil
56 10 Mischa The Evil
Projects versions allow you to track and plan changes. You can assign issues to versions and then view the list of assigned issues for each version on the [[RedmineRoadmap|roadmap]].
57
You can also assign a wikipage to a version which will be added to the [[RedmineRoadmap|roadmap]] and the [[RedmineVersion|version overview]].
58 9 Felix Dominguez
59 10 Mischa The Evil
The following properties are configurable for (each of the) versions:
60
* *Name*: The text you want to be displayed to identify the version. _This field is required._
61 1 Jean-Philippe Lang
62 10 Mischa The Evil
* *Description*: A short description to describe the version. _This field is optional._
63 1 Jean-Philippe Lang
64 12 Jean-Philippe Lang
* *Status* (added in 0.9): the status lets you control how issues can be assigned to the version:
65
66
  * open: no restriction (default)
67
  * locked: can not assign new issues to the version
68
  * closed: can not assign new issues and can not reopen assigned issues
69
70
71 10 Mischa The Evil
* *Wiki Page*: The name of a wikipage assigned to the version. _This field is optional._
72 1 Jean-Philippe Lang
73 10 Mischa The Evil
* *Date*: The due date for the version to be completed. _This field is optional._
74 1 Jean-Philippe Lang
75 12 Jean-Philippe Lang
* *Sharing* (added in 0.9): this option lets you share the version with other projects, so that issues from these other projects can be assigned to the shared versions. Each version can be shared with:
76
77
  * subprojects: all the descendant projects
78
  * projects in the project hierarchy: ancestors + descendants (needs versions management permission on the root project)
79
  * projects in the project tree: root project + all its descendants (same as above)
80
  * all projects (can be set by admin users only)
81
82
Sharing a version of a private project with public projects will make its name visible to everyone.
83
84
From the versions list, you can click on *Close completed versions* to automatically set the status of all the completed versions (due date reached and no open issues) to _closed_.
85 10 Mischa The Evil
86 1 Jean-Philippe Lang
h2. Issue categories
87
88 9 Felix Dominguez
Issue categories let you to organize issues. Categories can for example correspond to the different components of your project.
89 1 Jean-Philippe Lang
90 10 Mischa The Evil
You are able to configure your own set of issue categories for each individual project. It is also possible to auto-assign new issues to a specific user based on the chosen category for newly created issues.
91
92
The following properties are configurable for (each of the) issue categories:
93
* *Name*: The text you want to be displayed to identify the issue category. _This field is required._
94
95
* *Assigned to*: The project member to who you want to auto-assign newly created issues in this category. _This field is optional._
96
97 3 Jean-Philippe Lang
h2. Wiki
98 4 Jean-Philippe Lang
99 10 Mischa The Evil
Each project can have its own wiki. To activate it, give a name for the main page and click 'Save'. You are able to edit the chosen name for the main page here also.
100 4 Jean-Philippe Lang
101 10 Mischa The Evil
Note: starting from unscheduled version version#6 you don't have to activate the main wikipage any longer.
102
103 1 Jean-Philippe Lang
h2. Repository
104 3 Jean-Philippe Lang
105 10 Mischa The Evil
A SCM repository can be associated with each project. Once the repository is configured, you can browse it and view the changesets. The changesets also appear in the [[RedmineProjectActivity|Activity view]].
106
See [[RedmineRepositories|the following page]] for details about how to configure your repository in Redmine.
107 3 Jean-Philippe Lang
108
h2. Forums
109 4 Jean-Philippe Lang
110 10 Mischa The Evil
Each project can have one or more discussion forums. Each forum has the following properties:
111
* *Name*: The text you want to be displayed to identify the discussion forum. _This field is required._
112
113
* *Description*: A short description to describe the subject of the specific forum. _This field is required._