From 1f9fe5c2ec123f68e1049096c2926fbdf8c52c3f Mon Sep 17 00:00:00 2001 From: Anton Smith <asmith@gitlab.com> Date: Tue, 2 May 2023 05:41:33 +0000 Subject: [PATCH] Jira proxy - provide error for manual installs --- doc/integration/jira/connect-app.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/integration/jira/connect-app.md b/doc/integration/jira/connect-app.md index 82dc32b1293a..06aa8c218dd8 100644 --- a/doc/integration/jira/connect-app.md +++ b/doc/integration/jira/connect-app.md @@ -255,7 +255,13 @@ To resolve this issue, set up [OAuth authentication](#set-up-oauth-authenticatio ### Manual installation fails -You might get an error if you have installed the GitLab 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. +You might get an error if you have installed the GitLab for Jira Cloud app from the official marketplace listing and replaced it with manual installation: + +```plaintext +The app "gitlab-jira-connect-gitlab.com" could not be installed as a local app as it has previously been installed from Atlassian Marketplace +``` + +To resolve this issue, disable the **Jira Connect Proxy URL** setting. - In GitLab 15.7: -- GitLab