Skip to content

Use proxy URL to generate Jira connect app key

What does this MR do and why?

This fixes a 401 HTTP error when requesting Jira user info from a self-managed instance that uses a proxy instance.

When requesting user data from Jira we send the app_key. The key is generated from the GitLab host but for instances using a proxy, it needs to use the jira_connect_proxy_url setting.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports