I ran into trouble when I wanted to link two JIRA instances together using the Application Links feature. It would always give me the following error message:
This application has the same ID as myself. Can't create link to myself.
I actually found a solution in Atlassian's Confluence (http://confluence.atlassian.com/display/JIRAKB/Setting+up+Application+Link+results+in+ServerID+already+being+used) but it seems to be outdated.
I wrote the following query to find the string in a JIRA 4.4.1 instance:
SELECT * FROM [jira_db].[jira].[propertystring] WHERE propertyvalue like '____-____-____-____'
Just edit it and restart JIRA.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.