summaryrefslogtreecommitdiff
path: root/doc/en_US/custom-project-roles.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en_US/custom-project-roles.markdown')
-rw-r--r--doc/en_US/custom-project-roles.markdown16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en_US/custom-project-roles.markdown b/doc/en_US/custom-project-roles.markdown
index 40c28e7a..6d26b9a3 100644
--- a/doc/en_US/custom-project-roles.markdown
+++ b/doc/en_US/custom-project-roles.markdown
@@ -29,7 +29,7 @@ Configuration
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**.
-![New custom role](screenshots/new_custom_role.png)
+![New custom role](../screenshots/new_custom_role.png)
Give a name to the role and submit the form.
@@ -43,11 +43,11 @@ There are different kinds of restrictions:
You can click on the drop-down menu on the table to add a new restriction:
-![Add a new restriction](screenshots/add_new_restriction.png)
+![Add a new restriction](../screenshots/add_new_restriction.png)
### 3) List of restrictions
-![List of restrictions](screenshots/example-restrictions.png)
+![List of restrictions](../screenshots/example-restrictions.png)
For example, this role is able to create tasks only in the column "Backlog" and to move tasks between the column "Ready" and "Work in progress".
@@ -55,34 +55,34 @@ For example, this role is able to create tasks only in the column "Backlog" and
Go to the "permissions" section on the left menu and assign the desired role to the user.
-![Custom project role](screenshots/custom_roles.png)
+![Custom project role](../screenshots/custom_roles.png)
Examples
--------
### Allow people to create tasks only in specific columns
-![Example restriction task creation](screenshots/example-restriction-task-creation.png)
+![Example restriction task creation](../screenshots/example-restriction-task-creation.png)
- Users that belong to this role will be able to create new tasks only in the column "Backlog".
- The combination of the 2 rules is important, otherwise that will not work.
### Allow people to change the task status only in specific columns
-![Example restriction task status](screenshots/example-restriction-task-status.png)
+![Example restriction task status](../screenshots/example-restriction-task-status.png)
- Users that belong to this role will be able to change the task status in the column "Backlog".
- Tasks with the status open are visible on the board and tasks with the status closed is hidden by default on the board.
### Do not allow people to change task status in a specific column
-![Example column restriction](screenshots/example-restriction-task-status-blocked.png)
+![Example column restriction](../screenshots/example-restriction-task-status-blocked.png)
Users that belong to this role won't be able to change the task status in the column "Done".
However, it will be possible in other columns.
### Allow people to move tasks only between specific columns
-![Example restriction task drag and drop](screenshots/example-restriction-task-drag-and-drop.png)
+![Example restriction task drag and drop](../screenshots/example-restriction-task-drag-and-drop.png)
Users that belong to this role will be able to move tasks only between the column "Ready" and "Work in progress".