Atlassian OnDemand uses UTF-8 encoding. If our JIRA instance uses other character encoding methods, we cannot import data to JIRA OnDemand based on atlassian documentation.
How do i know what character encoding method we are using in our JIRA Production?
Thanks,
Sriveni.
Depends on your database settings.
For mysql, try
SELECT default_character_set_name FROM information_schema.SCHEMATA S WHERE schema_name = "schemaname";
Hi Sriveni, navigate to the System Information page, with the keyboard short cut g+g and type System Info or accessing directly the URL: http://<JIRA_URL>/secure/admin/ViewSystemInfo.jspa and search for encoding there.
I hope it helps.
Cheers
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.