Commit 0d51189a authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

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

Changed permissions to role

See merge request gitlab-org/gitlab!74559
parents be656e39 3cb62362
...@@ -38,7 +38,9 @@ see [GitLab Requirements Traceability Walkthrough](https://youtu.be/VIiuTQYFVa0) ...@@ -38,7 +38,9 @@ see [GitLab Requirements Traceability Walkthrough](https://youtu.be/VIiuTQYFVa0)
A paginated list of requirements is available in each project, and there you A paginated list of requirements is available in each project, and there you
can create a new requirement. can create a new requirement.
Users with Reporter or higher [permissions](../../permissions.md) can create requirements. Prerequisite:
- You must have at least the Reporter [role](../../permissions.md).
To create a requirement: To create a requirement:
...@@ -66,7 +68,9 @@ next to the requirement title. ...@@ -66,7 +68,9 @@ next to the requirement title.
You can edit a requirement from the requirements list page. You can edit a requirement from the requirements list page.
Users with Reporter or higher [permissions](../../permissions.md) can edit requirements. Prerequisite:
- You must have at least the Reporter [role](../../permissions.md).
To edit a requirement: To edit a requirement:
...@@ -80,7 +84,9 @@ To edit a requirement: ...@@ -80,7 +84,9 @@ To edit a requirement:
You can archive an open requirement while You can archive an open requirement while
you're in the **Open** tab. you're in the **Open** tab.
Users with Reporter or higher [permissions](../../permissions.md) can archive requirements. Prerequisite:
- You must have at least the Reporter [role](../../permissions.md).
To archive a requirement, select **Archive** (**{archive}**). To archive a requirement, select **Archive** (**{archive}**).
...@@ -90,7 +96,9 @@ As soon as a requirement is archived, it no longer appears in the **Open** tab. ...@@ -90,7 +96,9 @@ As soon as a requirement is archived, it no longer appears in the **Open** tab.
You can view the list of archived requirements in the **Archived** tab. You can view the list of archived requirements in the **Archived** tab.
Users with Reporter or higher [permissions](../../permissions.md) can reopen archived requirements. Prerequisite:
- You must have at least the Reporter [role](../../permissions.md).
![archived requirements list](img/requirements_archived_list_view_v13_1.png) ![archived requirements list](img/requirements_archived_list_view_v13_1.png)
...@@ -209,13 +217,13 @@ requirements_confirmation: ...@@ -209,13 +217,13 @@ requirements_confirmation:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/246857) in GitLab 13.7. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/246857) in GitLab 13.7.
You must have at least the Reporter [role](../../permissions.md).
You can import requirements to a project by uploading a [CSV file](https://en.wikipedia.org/wiki/Comma-separated_values) You can import requirements to a project by uploading a [CSV file](https://en.wikipedia.org/wiki/Comma-separated_values)
with the columns `title` and `description`. with the columns `title` and `description`.
After the import, the user uploading the CSV file is set as the author of the imported requirements. After the import, the user uploading the CSV file is set as the author of the imported requirements.
Users with Reporter or higher [permissions](../../permissions.md) can import requirements.
### Import the file ### Import the file
Before you import your file: Before you import your file:
...@@ -281,7 +289,9 @@ By exporting requirements, you and your team can import them into another tool o ...@@ -281,7 +289,9 @@ By exporting requirements, you and your team can import them into another tool o
your customers. Exporting requirements can aid collaboration with higher-level systems, as well as your customers. Exporting requirements can aid collaboration with higher-level systems, as well as
audit and regulatory compliance tasks. audit and regulatory compliance tasks.
Users with Reporter or higher [permissions](../../permissions.md) can export requirements. Prerequisite:
- You must have at least the Reporter [role](../../permissions.md).
To export requirements: To export requirements:
......
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