We have a simple setup with JIRA and Confluence, each linked to the other via Application Links. We've recently changed the host and port from which JIRA and Confluence are served and I am updating the Application Links in both applications. I was able to update the link information for Confluence in JIRA thanks to this documentation. However, I cannot find where Confluence stores the Application URL. I've gone spelunking through the Confluence database and have not seen anything referencing the URL that is displayed. Is it stored in the database? Elsewhere? Thanks for any assistance!
Untitled.png
Howdy Christopher!
The application link configuration is stored in the database. You should be able to run the following query to find all applications links:
SELECT * FROM bandana WHERE bandanakey LIKE '%rpc.url%'
If you want to look for a specific url, you can use the following query but replace <current-url-here> with the url to JIRA:
select * from bandana where bandanavalue like '%<current-url-here>%'
An easier way to change the URL used for the application link, would be to delete and recreate it with the correct URL. All macros that need JIRA (and any other integrations) should work as expected even after this.
Cheers,
Stephen Brannen | Confluence Support
Thanks! I visually scanned through the contents of that table but completely skipped over it. I should have done a query to see if it was actually in there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If we delete the application link via the browser, and check the database again, the links are still there. Reason why we check this: we do have a problem with an application link to recreate. Any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.