We use GitLab CE (8.15.2) and JIRA integration.
When we enable JIRA integration in a repository, its Issues
link https://{OurGitLabCEDomain}/{OurGroup}/{OurRepository}/issues redirects to our JIRA https://{OurJiraDomain}/issues/?jql=project={OurProjectKey} .
We want to use GitLab’s Issues while using Referencing JIRA Issues feature.
Any good solutions?