debian-mirror-gitlab/doc/user/project/settings/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

412 lines
20 KiB
Markdown
Raw Normal View History

2020-10-24 23:57:45 +05:30
---
2021-11-18 22:05:49 +05:30
stage: Manage
group: Workspace
2022-11-25 23:54:43 +05:30
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments"
2020-10-24 23:57:45 +05:30
type: reference, index, howto
---
2021-03-11 19:13:27 +05:30
# Project settings **(FREE)**
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
Use the **Settings** page to manage the configuration options in your [project](../index.md).
2021-04-29 21:17:54 +05:30
2022-07-23 23:45:48 +05:30
## View project settings
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
You must have at least the Maintainer role to view project settings.
2018-03-17 18:26:18 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-07-23 23:45:48 +05:30
1. On the left sidebar, select **Settings > General**.
1. To display all settings in a section, select **Expand**.
1. Optional. Use the search box to find a setting.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
## Edit project name and description
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
Use the project general settings to edit your project details.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
1. Sign in to GitLab with at least the Maintainer role.
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-07-23 23:45:48 +05:30
1. On the left sidebar, select **Settings > General**.
1. In the **Project name** text box, enter your project name.
1. In the **Project description** text box, enter your project description.
1. Under **Project avatar**, to change your project avatar, select **Choose file**.
2019-02-15 15:39:39 +05:30
2022-07-23 23:45:48 +05:30
## Assign topics to a project
2021-12-11 22:18:48 +05:30
Use topics to categorize projects and find similar new projects.
To assign topics to a project:
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2021-12-11 22:18:48 +05:30
1. On the left sidebar, select **Settings** > **General**.
2022-07-23 23:45:48 +05:30
1. In the **Topics** text box, enter the project topics. Popular topics are suggested as you type.
2021-12-11 22:18:48 +05:30
1. Select **Save changes**.
2022-11-25 23:54:43 +05:30
If you're an instance administrator, you can administer all project topics from the
[Admin Area's Topics page](../../admin_area/index.md#administering-topics).
2021-03-11 19:13:27 +05:30
2022-11-25 23:54:43 +05:30
## Add a compliance framework to a project **(PREMIUM)**
2021-03-11 19:13:27 +05:30
2023-01-13 00:05:48 +05:30
[Compliance frameworks](../../group/compliance_frameworks.md) can be assigned to projects within group that has a
2022-11-25 23:54:43 +05:30
compliance framework using either:
2021-03-11 19:13:27 +05:30
2022-11-25 23:54:43 +05:30
- The GitLab UI:
1. On the top bar, select **Main menu > Projects > View all projects** and find your project.
1. On the left sidebar, select **Settings** > **General**.
1. Expand the **Compliance frameworks** section.
1. Select a compliance framework.
1. Select **Save changes**.
2021-10-27 15:23:28 +05:30
- In [GitLab 14.2](https://gitlab.com/gitlab-org/gitlab/-/issues/333249) and later, using the
2022-11-25 23:54:43 +05:30
[GraphQL API](../../../api/graphql/reference/index.md#mutationprojectsetcomplianceframework). If you create
compliance frameworks on subgroups with GraphQL, the framework is created on the root ancestor if the user has the
correct permissions. The GitLab UI presents a read-only view to discourage this behavior.
2021-11-18 22:05:49 +05:30
2022-07-23 23:45:48 +05:30
## Configure project visibility, features, and permissions
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
To configure visibility, features, and permissions for a project:
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-07-23 23:45:48 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand the **Visibility, project features, permissions** section.
1. To change the project visibility, select the dropdown list. If you select to **Public**, you limit access to some features to **Only Project Members**.
1. To allow users to request access to the project, select the **Users can request access** checkbox.
1. Use the [toggles](#project-feature-settings) to enable or disable features in the project.
1. Select **Save changes**.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
### Project feature settings
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
Use the toggles to enable or disable features in the project.
2020-03-13 15:44:24 +05:30
2021-11-11 11:23:49 +05:30
| Option | More access limit options | Description |
|:---------------------------------|:--------------------------|:--------------|
| **Issues** | ✓ | Activates the GitLab issues tracker. |
2022-10-11 01:57:18 +05:30
| **Repository** | ✓ | Enables [repository](../repository/index.md) functionality |
| **Merge requests** | ✓ | Enables [merge request](../merge_requests/index.md) functionality; also see [Merge request settings](#configure-merge-request-settings-for-a-project). |
2021-11-11 11:23:49 +05:30
| **Forks** | ✓ | Enables [forking](../repository/forking_workflow.md) functionality. |
| **Git Large File Storage (LFS)** | | Enables the use of [large files](../../../topics/git/lfs/index.md#git-large-file-storage-lfs). |
| **Packages** | | Supports configuration of a [package registry](../../../administration/packages/index.md#gitlab-package-registry-administration) functionality. |
| **CI/CD** | ✓ | Enables [CI/CD](../../../ci/index.md) functionality. |
2022-10-11 01:57:18 +05:30
| **Container Registry** | | Activates a [registry](../../packages/container_registry/index.md) for your Docker images. |
| **Analytics** | ✓ | Enables [analytics](../../analytics/index.md). |
2021-11-11 11:23:49 +05:30
| **Requirements** | ✓ | Control access to [Requirements Management](../requirements/index.md). |
| **Security & Compliance** | ✓ | Control access to [security features](../../application_security/index.md). |
2022-10-11 01:57:18 +05:30
| **Wiki** | ✓ | Enables a separate system for [documentation](../wiki/index.md). |
2021-11-11 11:23:49 +05:30
| **Snippets** | ✓ | Enables [sharing of code and text](../../snippets.md). |
2022-08-27 11:52:29 +05:30
| **Pages** | ✓ | Allows you to [publish static websites](../pages/index.md). |
2022-11-25 23:54:43 +05:30
| **Metrics Dashboard** | ✓ | Control access to [metrics dashboard](../integrations/prometheus.md). |
| **Releases** | ✓ | Control access to [Releases](../releases/index.md). |
2023-01-13 00:05:48 +05:30
| **Environments** | ✓ | Control access to [Environments and Deployments](../../../ci/environments/index.md). |
| **Feature flags** | ✓ | Control access to [Feature Flags](../../../operations/feature_flags.md). |
| **Monitor** | ✓ | Control access to [Monitor](../../../operations/index.md) features. |
| **Infrastructure** | ✓ | Control access to [Infrastructure](../../infrastructure/index.md) features. |
2020-03-13 15:44:24 +05:30
2022-07-23 23:45:48 +05:30
When you disable a feature, the following additional features are also disabled:
2020-03-13 15:44:24 +05:30
2022-07-23 23:45:48 +05:30
- If you disable the **Issues** feature, project users cannot use:
2022-03-02 08:16:31 +05:30
- **Issue Boards**
2022-07-23 23:45:48 +05:30
- **Service Desk**
- Project users can still access **Milestones** from merge requests.
2020-03-13 15:44:24 +05:30
2022-07-23 23:45:48 +05:30
- If you disable **Issues** and **Merge Requests**, project users cannot use:
2020-03-13 15:44:24 +05:30
- **Labels**
- **Milestones**
2022-07-23 23:45:48 +05:30
- If you disable **Repository**, project users cannot access:
2022-04-04 11:22:00 +05:30
- **Merge requests**
2021-11-11 11:23:49 +05:30
- **CI/CD**
2020-03-13 15:44:24 +05:30
- **Container Registry**
- **Git Large File Storage**
- **Packages**
2019-12-04 20:38:33 +05:30
2022-07-23 23:45:48 +05:30
- Metrics dashboard access requires reading project environments and deployments.
2020-05-24 23:13:21 +05:30
Users with access to the metrics dashboard can also access environments and deployments.
2022-08-13 15:12:31 +05:30
## Disable CVE identifier request in issues **(FREE SAAS)**
2020-11-24 15:15:51 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41203) in GitLab 13.4, only for public projects on GitLab.com.
2022-08-13 15:12:31 +05:30
In some environments, users can submit a [CVE identifier request](../../application_security/cve_id_request.md) in an issue.
2020-11-24 15:15:51 +05:30
2022-08-13 15:12:31 +05:30
To disable the CVE identifier request option in issues in your project:
2020-11-24 15:15:51 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-08-13 15:12:31 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand the **Visibility, project features, permissions** section.
1. Under **Issues**, turn off the **CVE ID requests in the issue sidebar** toggle.
1. Select **Save changes**.
## Disable project email notifications
2019-10-12 21:52:04 +05:30
2022-08-13 15:12:31 +05:30
Prerequisites:
- You must be an Owner of the project to disable email notifications related to the project.
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-08-13 15:12:31 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand the **Visibility, project features, permissions** section.
1. Clear the **Disable email notifications** checkbox.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
## Configure merge request settings for a project
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
Configure your project's merge request settings:
2018-03-17 18:26:18 +05:30
2022-07-16 23:28:13 +05:30
- Set up the [merge request method](../merge_requests/methods/index.md) (merge commit, fast-forward merge).
2019-12-26 22:10:19 +05:30
- Add merge request [description templates](../description_templates.md#description-templates).
2021-06-08 01:23:25 +05:30
- Enable [merge request approvals](../merge_requests/approvals/index.md).
2021-09-04 01:27:46 +05:30
- Enable [status checks](../merge_requests/status_checks.md).
2019-12-26 22:10:19 +05:30
- Enable [merge only if pipeline succeeds](../merge_requests/merge_when_pipeline_succeeds.md).
2021-09-30 23:02:18 +05:30
- Enable [merge only when all threads are resolved](../../discussions/index.md#prevent-merge-unless-all-threads-are-resolved).
2021-06-08 01:23:25 +05:30
- Enable [require an associated issue from Jira](../../../integration/jira/issues.md#require-associated-jira-issue-for-merge-requests-to-be-merged).
- Enable [`delete source branch after merge` option by default](../merge_requests/getting_started.md#deleting-the-source-branch).
- Configure [suggested changes commit messages](../merge_requests/reviews/suggestions.md#configure-the-commit-message-for-applied-suggestions).
2022-01-26 12:08:38 +05:30
- Configure [merge and squash commit message templates](../merge_requests/commit_templates.md).
2021-04-29 21:17:54 +05:30
- Configure [the default target project](../merge_requests/creating_merge_requests.md#set-the-default-target-project) for merge requests coming from forks.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
## Service Desk
2018-03-17 18:26:18 +05:30
2019-09-04 21:01:54 +05:30
Enable [Service Desk](../service_desk.md) for your project to offer customer support.
2018-03-17 18:26:18 +05:30
2022-07-23 23:45:48 +05:30
## Export project
2018-03-17 18:26:18 +05:30
2022-03-02 08:16:31 +05:30
Learn how to [export a project](import_export.md#import-a-project-and-its-data) in GitLab.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
## Advanced project settings
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
Use the advanced settings to archive, rename, transfer,
remove a fork relationship, or delete a project.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
### Archive a project
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
When you archive a project, the repository, packages, issues, merge requests, and all
other features are read-only. Archived projects are also hidden from project listings.
2018-05-09 12:01:36 +05:30
To archive a project:
2018-03-17 18:26:18 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-08-13 15:12:31 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand **Advanced**.
2022-07-23 23:45:48 +05:30
1. In the **Archive project** section, select **Archive project**.
2022-08-13 15:12:31 +05:30
1. To confirm, select **OK**.
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
### Unarchive a project
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
When you unarchive a project, you remove the read-only restriction and make it
available in project lists.
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
Prerequisites:
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
- To unarchive a project, you must be an administrator or a project Owner.
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
1. Find the archived project.
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects > View all projects**.
2022-08-13 15:12:31 +05:30
1. Select **Explore projects**.
1. In the **Sort projects** dropdown list, select **Show archived projects**.
1. In the **Filter by name** field, enter the project name.
1. Select the project link.
1. On the left sidebar, select **Settings > General**.
2022-07-23 23:45:48 +05:30
1. Under **Advanced**, select **Expand**.
1. In the **Unarchive project** section, select **Unarchive project**.
2022-08-13 15:12:31 +05:30
1. To confirm, select **OK**.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
### Rename a repository
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
A project's repository name defines its URL and its place on the file disk
where GitLab is installed.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
Prerequisites:
2018-03-17 18:26:18 +05:30
2022-11-25 23:54:43 +05:30
You must be a project maintainer, owner, or administrator to rename a repository.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
NOTE:
When you change the repository path, users may experience issues if they push to, or pull from, the old URL. For more information, see
2021-09-04 01:27:46 +05:30
[redirects when renaming repositories](../repository/index.md#what-happens-when-a-repository-path-changes).
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
To rename a repository:
2018-03-17 18:26:18 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-08-13 15:12:31 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand the **Advanced** section.
1. In the **Change path** text box, edit the path.
1. Select **Change path**.
## Transfer a project to another namespace
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
When you transfer a project to another namespace, you move the project to a different group.
2022-04-04 11:22:00 +05:30
Prerequisites:
2018-03-17 18:26:18 +05:30
2022-08-27 11:52:29 +05:30
- You must have at least the Maintainer role for the [group](../../group/manage.md#create-a-group) to which you are transferring.
2022-08-13 15:12:31 +05:30
- You must be the Owner of the project you transfer.
- The group must allow creation of new projects.
2022-04-04 11:22:00 +05:30
- The project must not contain any [container images](../../packages/container_registry/index.md#limitations).
- If you transfer a project to a different root namespace,
the project must not contain any
[NPM packages](../../packages/npm_registry/index.md#limitations).
2018-03-17 18:26:18 +05:30
To transfer a project:
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-07-16 23:28:13 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand **Advanced**.
1. Under **Transfer project**, choose the namespace to transfer the project to.
1. Select **Transfer project**.
1. Enter the project's name and select **Confirm**.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
You are redirected to the project's new page and GitLab applies a redirect. For more information about repository redirects, see [What happens when a repository path changes](../repository/index.md#what-happens-when-a-repository-path-changes).
2018-03-17 18:26:18 +05:30
2021-02-22 17:27:13 +05:30
NOTE:
2022-08-13 15:12:31 +05:30
If you are an administrator, you can also use the [administration interface](../../admin_area/index.md#administering-projects)
to move any project to any namespace.
2018-03-17 18:26:18 +05:30
2022-08-13 15:12:31 +05:30
### Transferring a GitLab SaaS project to a different subscription tier
2021-10-27 15:23:28 +05:30
2022-08-13 15:12:31 +05:30
When you transfer a project from a namespace licensed for GitLab SaaS Premium or Ultimate to GitLab Free, the following paid feature data is deleted:
2021-10-27 15:23:28 +05:30
2022-08-13 15:12:31 +05:30
- [Project access tokens](../../../user/project/settings/project_access_tokens.md) are revoked
2022-10-11 01:57:18 +05:30
- [Pipeline subscriptions](../../../ci/pipelines/index.md#trigger-a-pipeline-when-an-upstream-project-is-rebuilt)
2021-10-27 15:23:28 +05:30
and [test cases](../../../ci/test_cases/index.md) are deleted.
2022-07-23 23:45:48 +05:30
## Delete a project
2020-03-13 15:44:24 +05:30
2021-09-30 23:02:18 +05:30
You can mark a project to be deleted.
Prerequisite:
- You must have at least the Owner role for a project.
2020-03-13 15:44:24 +05:30
2020-10-24 23:57:45 +05:30
To delete a project:
2020-03-13 15:44:24 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2021-09-30 23:02:18 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand **Advanced**.
1. In the "Delete project" section, select **Delete project**.
2020-03-13 15:44:24 +05:30
1. Confirm the action when asked to.
2023-01-13 00:05:48 +05:30
This action deletes a project including all associated resources (such as issues and merge requests).
2020-03-13 15:44:24 +05:30
2021-02-22 17:27:13 +05:30
WARNING:
2022-01-26 12:08:38 +05:30
The default deletion behavior for projects was changed to [delayed project deletion](https://gitlab.com/gitlab-org/gitlab/-/issues/32935)
in GitLab 12.6, and then to [immediate deletion](https://gitlab.com/gitlab-org/gitlab/-/issues/220382) in GitLab 13.2.
2022-07-23 23:45:48 +05:30
### Delayed project deletion **(PREMIUM)**
2022-08-27 11:52:29 +05:30
> - [Enabled for projects in personal namespaces](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89466) in GitLab 15.1.
> - [Disabled for projects in personal namespaces](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95495) in GitLab 15.3.
2022-01-26 12:08:38 +05:30
2022-08-27 11:52:29 +05:30
Projects in a group (not a personal namespace) can be deleted after a delay period. Multiple settings can affect whether
2022-01-26 12:08:38 +05:30
delayed project deletion is enabled for a particular project:
2022-08-13 15:12:31 +05:30
- Self-managed instance [settings](../../admin_area/settings/visibility_and_access_controls.md#delayed-project-deletion).
2022-01-26 12:08:38 +05:30
You can enable delayed project deletion as the default setting for new groups, and configure the number of days for the
delay. For GitLab.com, see the [GitLab.com settings](../../gitlab_com/index.md#delayed-project-deletion).
2022-08-27 11:52:29 +05:30
- Group [settings](../../group/manage.md#enable-delayed-project-deletion) to enabled delayed project deletion for all
2022-01-26 12:08:38 +05:30
projects in the group.
2020-03-13 15:44:24 +05:30
2022-07-23 23:45:48 +05:30
### Delete a project immediately
2021-09-30 23:02:18 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/191367) in GitLab 14.1.
If you don't want to wait, you can delete a project immediately.
Prerequisites:
- You must have at least the Owner role for a project.
- You have [marked the project for deletion](#delete-a-project).
To immediately delete a project marked for deletion:
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2021-09-30 23:02:18 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand **Advanced**.
1. In the "Permanently delete project" section, select **Delete project**.
1. Confirm the action when asked to.
2021-10-27 15:23:28 +05:30
The following are deleted:
- Your project and its repository.
- All related resources including issues and merge requests.
2021-09-30 23:02:18 +05:30
2022-07-23 23:45:48 +05:30
## Restore a project **(PREMIUM)**
2020-03-13 15:44:24 +05:30
2020-06-23 00:09:42 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/32935) in GitLab 12.6.
2020-03-13 15:44:24 +05:30
To restore a project marked for deletion:
2020-10-24 23:57:45 +05:30
1. Navigate to your project, and select **Settings > General > Advanced**.
2022-07-23 23:45:48 +05:30
1. In the Restore project section, select **Restore project**.
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
## Remove a fork relationship
Prerequisites:
2020-03-13 15:44:24 +05:30
2022-08-13 15:12:31 +05:30
- You must be a project owner to remove a fork relationship.
2020-03-13 15:44:24 +05:30
2021-02-22 17:27:13 +05:30
WARNING:
2022-08-13 15:12:31 +05:30
If you remove a fork relationship, you can't send merge requests to the source. If anyone has forked your project, their fork also loses the relationship.
2022-07-16 23:28:13 +05:30
To restore the fork relationship, [use the API](../../../api/projects.md#create-a-forked-fromto-relation-between-existing-projects).
2020-04-08 14:13:33 +05:30
2022-08-13 15:12:31 +05:30
To remove a fork relationship:
2020-03-13 15:44:24 +05:30
2022-10-11 01:57:18 +05:30
1. On the top bar, select **Main menu > Projects** and find your project.
2022-08-13 15:12:31 +05:30
1. On the left sidebar, select **Settings > General**.
1. Expand **Advanced**.
1. In the **Remove fork relationship** section, select **Remove fork relationship**.
1. To confirm, enter the project path and select **Confirm**.
2019-02-15 15:39:39 +05:30
2021-09-04 01:27:46 +05:30
## Monitor settings
2019-02-15 15:39:39 +05:30
2021-06-08 01:23:25 +05:30
### Alerts
Configure [alert integrations](../../../operations/incident_management/integrations.md#configuration) to triage and manage critical problems in your application as [alerts](../../../operations/incident_management/alerts.md).
### Incidents
#### Alert integration
2022-05-07 20:08:51 +05:30
Automatically [create](../../../operations/incident_management/incidents.md#create-incidents-automatically), [notify on](../../../operations/incident_management/paging.md#email-notifications-for-alerts), and [resolve](../../../operations/incident_management/incidents.md#automatically-close-incidents-via-recovery-alerts) incidents based on GitLab alerts.
2021-06-08 01:23:25 +05:30
#### PagerDuty integration
[Create incidents in GitLab for each PagerDuty incident](../../../operations/incident_management/incidents.md#create-incidents-via-the-pagerduty-webhook).
#### Incident settings
[Manage Service Level Agreements for incidents](../../../operations/incident_management/incidents.md#service-level-agreement-countdown-timer) with an SLA countdown timer.
2019-02-15 15:39:39 +05:30
### Error Tracking
2020-10-24 23:57:45 +05:30
Configure Error Tracking to discover and view [Sentry errors within GitLab](../../../operations/error_tracking.md).
2019-07-31 22:56:46 +05:30
2022-05-07 20:08:51 +05:30
### Status Page **(ULTIMATE)**
2020-06-23 00:09:42 +05:30
2020-10-24 23:57:45 +05:30
[Add Storage credentials](../../../operations/incident_management/status_page.md#sync-incidents-to-the-status-page)
to enable the syncing of public Issues to a [deployed status page](../../../operations/incident_management/status_page.md#create-a-status-page-project).
2022-11-25 23:54:43 +05:30
## Troubleshooting
When working with project settings, you might encounter the following issues, or require alternate methods to complete specific tasks.
### Remove a fork relationship through console
If removing the fork through the UI or API is not working, you can attempt the fork relationship removal in a [Rails console session](../../../administration/operations/rails_console.md#starting-a-rails-console-session).
```ruby
p = Project.find_by_full_path('<project_path>')
u = User.find_by_username('<username>')
Projects::UnlinkForkService.new(p, u).execute
```
### Transfer a project through console
If transferring a project through the UI or API is not working, you can attempt the transfer in a [Rails console session](../../../administration/operations/rails_console.md#starting-a-rails-console-session).
```ruby
p = Project.find_by_full_path('<project_path>')
# To set the owner of the project
current_user = p.creator
# Namespace where you want this to be moved
namespace = Namespace.find_by_full_path("<new_namespace>")
Projects::TransferService.new(p, current_user).execute(namespace)
```