Commit 9d992eb2 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'sselhorn-master-patch-73597' into 'master'

Changed permission to role

See merge request gitlab-org/gitlab!74561
parents 2cba83b7 9268e58b
...@@ -18,7 +18,9 @@ use external test planning tools, which require additional overhead, context swi ...@@ -18,7 +18,9 @@ use external test planning tools, which require additional overhead, context swi
## Create a test case ## 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: To create a test case in a GitLab project:
...@@ -32,7 +34,9 @@ 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 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. 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: To view a test case:
...@@ -45,8 +49,10 @@ To view a test case: ...@@ -45,8 +49,10 @@ To view a test case:
You can edit a test case's title and description. You can edit a test case's title and description.
Users with Reporter or higher [permissions](../../user/permissions.md) can edit test cases. Prerequisite:
Users demoted to the Guest role can continue to edit the test cases they created
- 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. when they were in the higher role.
To edit a test case: To edit a test case:
...@@ -60,7 +66,9 @@ 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. 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. 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: ...@@ -73,6 +81,6 @@ To view archived test cases:
If you decide to start using an archived test case again, you can reopen it. 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**. 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