It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm trying to change my full name for my user profile in bamboo.
My name contains nordic characters (æ), but this is saved as '?'
Is there some trick to enable utf8 support in Bamboo?
Bamboo Server (version 6.3.1 build 60306)
You can check what you see in the database with this query
select * from users where fullname='Erlend Sand Bærland';
If you see the entry is set right and you still see it shows ? in Bamboo UI, you will just have to change the encoding in Bamboo by following this KB article.
In short, you will have to add this line under JVM_SUPPORT_RECOMMENDED_ARGS in <Bamboo-Install>/bin/setenv.sh and restart Bamboo service.
-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8
It's not stored correctly in postgresql: "Erlend Sand B�rland"
I tried adding this to setenv.bat:
set JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8"
But the System information is still showing "System encoding Cp1252" after restarting the service.
If you are using Windows and starting Bamboo as a Windows service, you will have to alter this parameter by following this link .
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBamboo 5.9 will no longer be supported after June 12, 2017. What does this mean? As part of our End of Life policy, Atlassian supports major versions for two years after the first major iteratio...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.