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-01-18 12:10:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-18 12:10:40 +0300
commit0a921554d8c33ccbbd1f2edcee8cd70a0ecfd1a2 (patch)
treedfe8044b0be8bce7ecc962d9bc30225b6d2e0383 /doc/integration
parent4e5ac6eec9269941c0847200f8a915c2dbe56872 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/jira/connect-app.md31
1 files changed, 25 insertions, 6 deletions
diff --git a/doc/integration/jira/connect-app.md b/doc/integration/jira/connect-app.md
index 859810e43c0..81ef5a21943 100644
--- a/doc/integration/jira/connect-app.md
+++ b/doc/integration/jira/connect-app.md
@@ -75,7 +75,7 @@ If the app requires additional permissions, [the update must first be manually a
## Connect the GitLab.com for Jira Cloud app for self-managed instances **(FREE SELF)**
-> Introduced in GitLab 15.7
+> Introduced in GitLab 15.7.
Prerequisites:
@@ -86,6 +86,8 @@ Prerequisites:
You can link self-managed instances after installing the GitLab.com for Jira Cloud app from the marketplace.
Jira apps can only link to one URL per marketplace listing. The official listing links to GitLab.com.
+It's not possible to create branches from Jira for self-managed instances.
+
### Set up your instance
To set up your self-managed instance for the GitLab.com for Jira Cloud app in GitLab 15.7 or later:
@@ -181,9 +183,9 @@ NOTE:
This method uses [automated updates](#update-the-gitlabcom-for-jira-cloud-app)
the same way as our GitLab.com Marketplace listing.
-## Troubleshoot GitLab.com for Jira Cloud app
+## Troubleshooting
-### Browser displays sign-in message when already signed in
+### Browser displays a sign-in message when already signed in
You might get the following message prompting you to sign in to GitLab.com
when you're already signed in:
@@ -192,8 +194,25 @@ when you're already signed in:
You need to sign in or sign up before continuing.
```
-GitLab.com for Jira Cloud app uses an iframe to add namespaces on the
+The GitLab.com for Jira Cloud app uses an iframe to add namespaces on the
settings page. Some browsers block cross-site cookies, which can lead to this issue.
-To resolve this issue, use [Firefox](https://www.mozilla.org/en-US/firefox/),
-[Google Chrome](https://www.google.com/chrome/), or enable cross-site cookies in your browser.
+To resolve this issue, use either [Firefox](https://www.mozilla.org/en-US/firefox/) or
+[Chrome](https://www.google.com/chrome/) or enable cross-site cookies in your browser.
+
+### Manual installation fails
+
+You might get an error if you have installed the GitLab.com for Jira Cloud app from the official marketplace listing and replaced it with manual installation. To resolve this issue, disable the **Jira Connect Proxy URL** setting.
+
+- In GitLab 15.7:
+
+ 1. Open a [Rails console](../../administration/operations/rails_console.md#starting-a-rails-console-session).
+ 1. Execute `ApplicationSetting.current_without_cache.update(jira_connect_proxy_url: nil)`.
+
+- In GitLab 15.8 and later:
+
+ 1. On the top bar, select **Main menu > Admin**.
+ 1. On the left sidebar, select **Settings > General** (`/admin/application_settings/general`).
+ 1. Expand the **GitLab for Jira App** section.
+ 1. Clear the **Jira Connect Proxy URL** text box.
+ 1. Select **Save changes**.