Add documentation for custom project roles
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
Version 1.0.34
|
||||||
|
--------------
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
* Custom project roles with configurable restrictions
|
||||||
|
* Duplicate a task to multiple projects during creation
|
||||||
|
|
||||||
Version 1.0.33
|
Version 1.0.33
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
45
doc/custom-project-roles.markdown
Normal file
45
doc/custom-project-roles.markdown
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
Custom Project Roles
|
||||||
|
====================
|
||||||
|
|
||||||
|
You can create custom project roles to apply a set of specific restrictions on the people that belong to this role.
|
||||||
|
These custom roles are defined for each project.
|
||||||
|
|
||||||
|
A custom role inherits from the project member role.
|
||||||
|
For example, you may want to create a custom role to force someone to follow a process.
|
||||||
|
You can have a group of people that are allowed to move tasks only from the column "Work in progress" to the column "Done".
|
||||||
|
|
||||||
|
Available restrictions
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
- Task creation is not permitted
|
||||||
|
- Moving tasks only from a given column to another one
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
### 1) Create a new custom role
|
||||||
|
|
||||||
|
From the project settings, click on the left on the menu **Custom Roles** and at the top of the page click on **Add a new custom role**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Give a name to the role and submit the form.
|
||||||
|
|
||||||
|
### 2) Add a restriction to the role
|
||||||
|
|
||||||
|
Each role is grouped in a table.
|
||||||
|
You can click on the dropdown menu in the table to add a new restriction.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
If you choose a column restriction, you just need to select the source and the destination column.
|
||||||
|
|
||||||
|
### 3) List of restrictions
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 4) Assign the role to someone
|
||||||
|
|
||||||
|
Go to the "permissions" section on the left menu and assign the desired role to the user.
|
||||||
|
|
||||||
|

|
||||||
@@ -32,6 +32,7 @@ Using Kanboard
|
|||||||
- [Gantt chart for tasks](gantt-chart-tasks.markdown)
|
- [Gantt chart for tasks](gantt-chart-tasks.markdown)
|
||||||
- [Gantt chart for projects](gantt-chart-projects.markdown)
|
- [Gantt chart for projects](gantt-chart-projects.markdown)
|
||||||
- [Custom filters](custom-filters.markdown)
|
- [Custom filters](custom-filters.markdown)
|
||||||
|
- [Custom project roles](custom-project-roles.markdown)
|
||||||
|
|
||||||
### Working with tasks
|
### Working with tasks
|
||||||
|
|
||||||
|
|||||||
BIN
doc/screenshots/custom_roles.png
Normal file
BIN
doc/screenshots/custom_roles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
doc/screenshots/new_custom_role.png
Normal file
BIN
doc/screenshots/new_custom_role.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
BIN
doc/screenshots/new_restriction.png
Normal file
BIN
doc/screenshots/new_restriction.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
doc/screenshots/restrictions.png
Normal file
BIN
doc/screenshots/restrictions.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user