RedmineRoles » History » Version 4
Jean-Philippe Lang, 2010-01-10 12:07
Permissions description
| 1 | 1 | Jean-Philippe Lang | h1. Roles & permissions |
|---|---|---|---|
| 2 | |||
| 3 | Roles lets you define the permissions that the members have on a project. Each member of a project has a one Role for the project. A user can have different roles for different projects. |
||
| 4 | |||
| 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 | h2. Permission |
||
| 13 | |||
| 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 | |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 | |||
| 57 | (TBC) |
||
| 58 | |||
| 59 | 1 | Jean-Philippe Lang | h2. System roles |
| 60 | |||
| 61 | There are 2 system roles in Redmine: 'Non member' and 'Anonymous'. They are internally used by Redmine and thus can not be deleted. |
||
| 62 | |||
| 63 | * *Non member*: this role lets you define the permissions that a registered user has on projects which he is not a member of. |
||
| 64 | * *Anonymous*: this role lets you define the permissions that anonymous users have on the projects. |
||
| 65 | |||
| 66 | 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. |