diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-02 15:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-02 15:08:40 +0000 |
commit | 5cdfcd55c56200ff81adb73f1c7892ca4d723726 (patch) | |
tree | dac43a05b2ba3d9a61b2afbdc53e6b0072257789 /doc/integration | |
parent | d2eb61914a7ad4667136815d2120a619b6045b58 (diff) | |
download | gitlab-ce-5cdfcd55c56200ff81adb73f1c7892ca4d723726.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/jira/dvcs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/jira/dvcs.md b/doc/integration/jira/dvcs.md index e69b7675a59..538330cde56 100644 --- a/doc/integration/jira/dvcs.md +++ b/doc/integration/jira/dvcs.md @@ -275,7 +275,7 @@ Failed to execute request [https://gitlab.com/api/v4/projects/:id/merge_requests {"message":"403 Forbidden"} ``` -If you find a `{"message":"403 Forbidden"}` error, it is possible that this specific project has some [GitLab features disabled](../../user/project/settings/index.md#sharing-and-permissions). +If you find a `{"message":"403 Forbidden"}` error, it is possible that this specific project has some [GitLab features disabled](../../user/project/settings/index.md#configure-project-visibility-features-and-permissions). In the example above, the merge requests feature is disabled. To resolve the issue, enable the relevant feature: |