Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the character encoding method used for my JIRA instance

Sriveni Kokkonda
Contributor
September 11, 2014

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.

2 answers

0 votes
Nic Brough -Adaptavist-
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.
September 11, 2014

Depends on your database settings.

For mysql, try

SELECT default_character_set_name FROM information_schema.SCHEMATA S WHERE schema_name = "schemaname";
0 votes
Tiago Comasseto
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.
September 11, 2014

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

Suggest an answer

Log in or Sign up to answer