How to change the Server ID of an existing JIRA installation? (e.g. cloned development system / staging system)

Fabian Meier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2012

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.

1 answer

1 accepted

2 votes
Answer accepted
Fabian Meier
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 22, 2012

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.

Suggest an answer

Log in or Sign up to answer