Commit 9268e58b authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Marcin Sedlak-Jakubowski

Changed permission to role

parent 49cf7319
......@@ -18,7 +18,9 @@ use external test planning tools, which require additional overhead, context swi
## Create a test case
Users with Reporter or higher [permissions](../../user/permissions.md) can create test cases.
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
To create a test case in a GitLab project:
......@@ -32,7 +34,9 @@ To create a test case in a GitLab project:
You can view all test cases in the project in the Test Cases list. Filter the
issue list with a search query, including labels or the test case's title.
Users with Guest or higher [permissions](../../user/permissions.md) can view test cases.
Prerequisite:
- You must have at least the Guest [role](../../user/permissions.md).
To view a test case:
......@@ -45,8 +49,10 @@ To view a test case:
You can edit a test case's title and description.
Users with Reporter or higher [permissions](../../user/permissions.md) can edit test cases.
Users demoted to the Guest role can continue to edit the test cases they created
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
- Users demoted to the Guest role can continue to edit the test cases they created
when they were in the higher role.
To edit a test case:
......@@ -60,7 +66,9 @@ To edit a test case:
When you want to stop using a test case, you can archive it. You can [reopen an archived test case](#reopen-an-archived-test-case) later.
Users with Reporter or higher [permissions](../../user/permissions.md) can archive test cases.
Prerequisite:
- You must have at least the Reporter [role](../../user/permissions.md).
To archive a test case, on the test case's page, select the **Archive test case** button.
......@@ -73,6 +81,6 @@ To view archived test cases:
If you decide to start using an archived test case again, you can reopen it.
Users with Reporter or higher [permissions](../../user/permissions.md) can reopen test cases.
You must have at least the Reporter [role](../../user/permissions.md).
To reopen an archived test case, on the test case's page, select **Reopen test case**.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment