We have a test instance of Jira that we refreshed from our production instance of Jira. When the refresh was completed the Application Link Configurations did not copy. Is this working as designed or is it a bug?
Thanks
Kyle
Tell us more about how you did this refresh. Did you create a database backup for use in the new install? Or did you create an empty database and import an XML backup there?
The applinks are stored in the database. So in theory either method should be able to preserve these. However there are a couple of scenarios I can think of where this could fail:
select * from propertystring where id in (select id from propertyentry where PROPERTY_KEY='jira.sid.key');
Aside from these two methods, I'm not sure what else could cause this. I suppose it could be a new bug, but I have not seen any reports of this just yet.
Andrew - I have a question here .
Is it expected that with refresh using xml import app links also get copied ?
I have been doing refresh quite a lot using xml backup.
My test jira using its app link connects to test confluence.
When I do a refresh - app link is always retained. test jira pointing to test confluence
By what is being discussed out here , after refresh my test jira would point via app link to prod confluence instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the XML import restores all the data in your database at the time that backup was taken. This is expected to include the data in regards to how those applinks are configured from Jira's side.
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.