Project

General

Profile

RedmineRoles » History » Version 5

Jean-Philippe Lang, 2010-01-10 12:42
permissions

1 1 Jean-Philippe Lang
h1. Roles & permissions
2
3 5 Jean-Philippe Lang
Roles lets you define the permissions that the members have on a project. Each member of a project has a one or multiples Role(s) for the project. A user can have different roles for different projects.
4 1 Jean-Philippe Lang
5
You can create new roles or edit existing ones. You can delete a role only if nobody has this role on a project.
6
7
h2. Roles properties
8
9
* *Name*: display name of the role
10 2 Jean-Philippe Lang
* *Issues can be assigned to this role*: if unchecked, issues can not be assigned to members with this role on a project.
11 1 Jean-Philippe Lang
12 5 Jean-Philippe Lang
h2. Permissions
13 1 Jean-Philippe Lang
14
When editing a role, you can define its permissions by checking/unchecking the different actions.
15
16 4 Jean-Philippe Lang
|_. Permission|_. Description|
17
|\2. *_Project permissions_*|
18
|Create project|Allow non-admin users to create a root project
19
You can specify which role will be automatically given to a non-admin user who creates project (see [[RedmineSettings#Projects]])|
20
|Edit project|Allow user to edit project properties|
21
|Select project modules|Allow user to enable/disable project modules (such as issues tracking, wiki, repository...)|
22
|Manage members|Allow user to add/remove project members or change the roles of existing members|
23
|Manage versions|Allow user to add/edit/delete project versions|
24
|Create subprojects|Allow user to add subprojects to the project|
25
|\2. *_Boards permissions_*|
26
|Manage boards|Allow user to add/edit/delete project forums|
27
|Post messages|Allow user to post new topics in forums|
28
|Edit messages|Allow user to edit any message|
29
|Edit own messages|Allow user to edit its own messages only|
30
|Delete messages|Allow user to delete any topic or reply|
31
|Delete own messages|Allow user to delete its own topics or replies|
32
|\2. *_Documents permissions_*|
33
|Manage documents|Allow user to add/edit/delete project documents|
34
|View documents|Allow user to view documents|
35
|\2. *_Files permissions_*|
36
|Manage files|Allow user to add/edit/delete project files under the Files section|
37
|View files|Allow user to view files|
38
|\2. *_Issue tracking_*|
39
|Manage issue categories|Allow user to add/edit/delete issue categories|
40
|View Issues|Allow user to view project issues|
41
|Add issues|Allow user to create new issues|
42
|Edit issues|Allow user to fully edit existing issues|
43
|Manage issue relations|Allow user to add/remove relations beetween issues|
44
|Add notes|Allow user to add comments to existing issues|
45
|Edit notes|Allow user to edit any issue comment|
46
|Edit own notes|Allow user to edit its own comments only|
47
|Move issues|Allow user to move existing issues to another project|
48
|Delete issues|Allow user to delete issues|
49
|Manage public queries|Allow user to add/edit/delete issue queries that are visible by all users|
50
|Save queries|Allow user to save its own issue queries|
51
|View gantt chart|Allow user to view the gantt chart|
52
|View calendar|Allow user to view the calendar|
53
|View watchers list|Allow user to see who is watching an issue|
54 1 Jean-Philippe Lang
|Add watchers|Allow user to add other users as watchers of an issue|
55
|Delete watchers|Allow user to remove watchers of an issue|
56 5 Jean-Philippe Lang
|\2. *_News permissions_*|
57
|Manage news|Allow user to add/edit/delete project news|
58
|Comment news|Allow user to add comments to news|
59
|\2. *_Repository permissions_*|
60
|Manage repository|Allow user to configure the project repository|
61
|Browse repository|Allow user to browse and view the content of the project repository|
62
|View changesets|Allow user to view the chengesets|
63
|Commit access|Used by Redmine.pm to give write access to the project repository
64
See [[Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl]]|
65
|\2. *_Time tracking permissions_*|
66
|Log spent time|Allow user to log time on the project|
67
|View spent time|Allow user to view the time logs on the project|
68
|Edit time logs|Allow user to edit any time log|
69
|Edit own time logs|Allow user to edit its own time logs only|
70
|Manage project activities|Allow user add/edit/delete activities|
71
|\2. *_Wiki permissions_*|
72
|Manage wiki|Allow user to create or delete the project wiki
73
Deleting a wiki is an *irreversible* operation, it deletes all pages and attached files!|
74
|Rename wiki pages|Allow user to rename existing wiki page or assign wiki pages to a parent page|
75
|Delete wiki pages|Allow user to delete wiki pages
76
Deleting a wiki page is an *irreversible* operation, the page and all its history are deleted!|
77
|View wiki|Allow user to view the wiki|
78
|View wiki history|Allow user to view older versions of the wiki pages, and diff between versions|
79
|Edit wiki pages|Allow user to edit unprotected wiki pages|
80
|Delete attachments|Allow user to delete existing wiki page attachments|
81
|Protect wiki pages|Allow user to lock/unlock wiki pages, and edit locked pages|
82 4 Jean-Philippe Lang
83 1 Jean-Philippe Lang
h2. System roles
84
85
There are 2 system roles in Redmine: 'Non member' and 'Anonymous'. They are internally used by Redmine and thus can not be deleted.
86
87
* *Non member*: this role lets you define the permissions that a registered user has on projects which he is not a member of.
88
* *Anonymous*: this role lets you define the permissions that anonymous users have on the projects.
89
90 3 Thomas Lecavelier
Note that these permissions only apply to public projects since a user who is not a member of a private project can not even see it.