The `default_branch_protection` attribute determines whether users with the Developer or [Maintainer role](../user/permissions.md) can push to the applicable [default branch](../user/project/repository/branches/default.md), as described in the following table:
The `default_branch_protection` attribute determines whether users with the Developer or Maintainer role can push to the applicable [default branch](../user/project/repository/branches/default.md), as described in the following table:
| `request_access_enabled` | boolean | **{dotted-circle}** No | Allow users to request member access. |
| `requirements_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled` or `public` |
| `resolve_outdated_diff_discussions` | boolean | **{dotted-circle}** No | Automatically resolve merge request diffs discussions on lines changed with a push. |
| `restrict_user_defined_variables` | boolean | **{dotted-circle}** No | Allow only users with the [Maintainer role](../user/permissions.md) to pass user-defined variables when triggering a pipeline. For example when the pipeline is triggered in the UI, with the API, or by a trigger token. |
| `restrict_user_defined_variables` | boolean | **{dotted-circle}** No | Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. For example when the pipeline is triggered in the UI, with the API, or by a trigger token. |
| `service_desk_enabled` | boolean | **{dotted-circle}** No | Enable or disable Service Desk feature. |
| `shared_runners_enabled` | boolean | **{dotted-circle}** No | Enable shared runners for this project. |
| `show_default_award_emojis` | boolean | **{dotted-circle}** No | Show default award emojis. |
Code Review Analytics is available to users with at least the Reporter [role](../permissions.md), and displays a table of open merge requests that have at least one non-author comment. The review time is measured from the time the first non-author comment was submitted.
Code Review Analytics is available to users with at least the Reporter role, and displays a table of open merge requests that have at least one non-author comment. The review time is measured from the time the first non-author comment was submitted.
NOTE:
Initially, no data appears. Data is populated as users comment on open merge requests.
@@ -29,7 +29,7 @@ You can create an issue in many ways in GitLab:
Prerequisites:
- You must have at least the [Guest role](../../permissions.md) for the project.
- You must have at least the Guest role for the project.
To create an issue:
...
...
@@ -52,7 +52,7 @@ to the projects in the group.
Prerequisites:
- You must have at least the [Guest role](../../permissions.md) for the project in the group.
- You must have at least the Guest role for the project in the group.
To create an issue from a group:
...
...
@@ -78,7 +78,7 @@ You can create a new issue from an existing one. The two issues can then be mark
Prerequisites:
- You must have at least the [Guest role](../../permissions.md) for the project.
- You must have at least the Guest role for the project.
To create an issue from another issue:
...
...
@@ -98,7 +98,7 @@ You can create a new issue from an [issue board](../issue_board.md).
Prerequisites:
- You must have at least the [Guest role](../../permissions.md) for the project.
- You must have at least the Guest role for the project.
To create an issue from a project issue board:
...
...
@@ -133,7 +133,7 @@ Prerequisites:
- Your GitLab instance must have [incoming email](../../../administration/incoming_email.md)
configured.
- There must be at least one issue in the issue list.
- You must have at least the [Guest role](../../permissions.md) for the project.
- You must have at least the Guest role for the project.
To email an issue to a project:
...
...
@@ -224,7 +224,7 @@ You can edit an issue's title and description.
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project, be the author of the issue, or be assigned to the issue.
- You must have at least the Reporter role for the project, be the author of the issue, or be assigned to the issue.
To edit an issue:
...
...
@@ -242,7 +242,7 @@ You can edit multiple issues at a time when you're in a project.
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project.
- You must have at least the Reporter role for the project.
To edit multiple issues at the same time:
...
...
@@ -275,7 +275,7 @@ You can edit multiple issues across multiple projects when you're in a group.
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for a group.
- You must have at least the Reporter role for a group.
To edit multiple issues at the same time:
...
...
@@ -304,7 +304,7 @@ Be careful when moving an issue to a project with different access rules. Before
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project.
- You must have at least the Reporter role for the project.
To move an issue:
...
...
@@ -319,7 +319,7 @@ You can move all open issues from one project to another.
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project.
- You must have at least the Reporter role for the project.
To do it:
...
...
@@ -353,7 +353,7 @@ The issue is marked as closed but is not deleted.
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project, be the author of the issue, or be assigned to the issue.
- You must have at least the Reporter role for the project, be the author of the issue, or be assigned to the issue.
To close an issue, you can do the following:
...
...
@@ -366,7 +366,7 @@ To close an issue, you can do the following:
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project, be the author of the issue, or be assigned to the issue.
- You must have at least the Reporter role for the project, be the author of the issue, or be assigned to the issue.
To reopen a closed issue, at the top of the issue, select **Reopen issue**.
A reopened issue is no different from any other open issue.
...
...
@@ -442,7 +442,7 @@ in the [project's settings](../settings/index.md).
Prerequisites:
- You must have at least the [Maintainer role](../../permissions.md) for the project.
- You must have at least the Maintainer role for the project.
To disable automatic issue closing:
...
...
@@ -478,7 +478,7 @@ of your installation.
Prerequisites:
- You must be the issue author or have at least the [Reporter role](../../permissions.md) for the project, be the author of the issue, or be assigned to the issue.
- You must be the issue author or have at least the Reporter role for the project, be the author of the issue, or be assigned to the issue.
To change issue type:
...
...
@@ -496,7 +496,7 @@ To change issue type:
Prerequisites:
- You must have the [Owner role](../../permissions.md) for a project.
- You must have the Owner role for a project.
To delete an issue:
...
...
@@ -624,7 +624,7 @@ This status marks issues as progressing as planned or needing attention to keep
Prerequisites:
- You must have at least the [Reporter role](../../permissions.md) for the project.
- You must have at least the Reporter role for the project.
@@ -74,7 +74,7 @@ to be used as your wiki's home page. To create it:
## Create a new wiki page
Users with the [Developer role](../../permissions.md) can create new wiki pages:
Users with at least the Developer role can create new wiki pages:
1. On the top bar, select **Menu**.
- For project wikis, select **Projects** and find your project.
...
...
@@ -137,7 +137,7 @@ may not be able to check out the wiki locally afterward.
## Edit a wiki page
You need at least the [Developer role](../../permissions.md) to edit a wiki page:
You need at least the Developer role to edit a wiki page:
1. On the top bar, select **Menu**.
- For project wikis, select **Projects** and find your project.
...
...
@@ -156,7 +156,7 @@ For an example, read [Table of contents](../../markdown.md#table-of-contents).
## Delete a wiki page
You need at least the [Developer role](../../permissions.md) to delete a wiki page:
You need at least the Developer role to delete a wiki page:
1. On the top bar, select **Menu**.
- For project wikis, select **Projects** and find your project.
...
...
@@ -169,7 +169,7 @@ You need at least the [Developer role](../../permissions.md) to delete a wiki pa
## Move a wiki page
You need at least the [Developer role](../../permissions.md) to move a wiki page:
You need at least the Developer role to move a wiki page:
1. On the top bar, select **Menu**.
- For project wikis, select **Projects** and find your project.
...
...
@@ -239,7 +239,7 @@ Commits to wikis are not counted in [repository analytics](../../analytics/repos
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/23109) in GitLab 13.8, the sidebar can be customized by selecting the **Edit sidebar** button.
You need at least the [Developer role](../../permissions.md) to customize the wiki
You need at least the Developer role to customize the wiki
navigation sidebar. This process creates a wiki page named `_sidebar` which fully