Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-15 15:11:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-15 15:11:26 +0300
commitd221a274982118d92d424ce382646a7ef2f5887a (patch)
tree91d783f452f98fe604a8fd17e385661defa5f006 /doc/integration
parent10a4185528def44f9db4cc2f3ebb1ad406884625 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/jira/configure.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/integration/jira/configure.md b/doc/integration/jira/configure.md
index c817e9b2a1d..3773f83cca8 100644
--- a/doc/integration/jira/configure.md
+++ b/doc/integration/jira/configure.md
@@ -15,14 +15,14 @@ The Jira issue integration connects one or more GitLab projects to a Jira instan
Prerequisites:
- Your GitLab installation must not use a [relative URL](https://docs.gitlab.com/omnibus/settings/configuration.html#configure-a-relative-url-for-gitlab).
-- **For Jira Cloud**, you must have a [Jira Cloud API token](#create-a-jira-cloud-api-token) and
- the email address you used to create the token.
+- **For Jira Cloud**:
+ - You must have a [Jira Cloud API token](#create-a-jira-cloud-api-token) and the email address you used to create the token.
+ - If you've enabled
+ [IP allowlists](https://support.atlassian.com/security-and-access-policies/docs/specify-ip-addresses-for-product-access/), add the
+ [GitLab.com IP range](../../user/gitlab_com/index.md#ip-range) to the allowlist to [view Jira issues](issues.md#view-jira-issues) in GitLab.
- **For Jira Data Center or Jira Server**, you must have one of the following:
- [Jira username and password](jira_server_configuration.md).
- Jira personal access token (GitLab 16.0 and later).
-- **For Jira Cloud**, if you have enabled
- [IP allowlists](https://support.atlassian.com/security-and-access-policies/docs/specify-ip-addresses-for-product-access/), ensure you have added the
- [GitLab.com IP range](../../user/gitlab_com/index.md#ip-range) to the allowlist. Otherwise, you can't view the Jira issues list in a GitLab project.
You can enable the Jira issue integration by configuring your project settings in GitLab.
You can also configure these settings at the:
@@ -69,6 +69,10 @@ To configure your project settings in GitLab:
can view all issues from the Jira project you've specified.
- To [create Jira issues for vulnerabilities](../../user/application_security/vulnerabilities/index.md#create-a-jira-issue-for-a-vulnerability), select the **Enable Jira issue creation from vulnerabilities** checkbox.
+
+ NOTE:
+ You can enable this setting at the project level only.
+
1. Optional. Select **Test settings**.
1. Select **Save changes**.