It's all about the answers!

Ask a question

How to fix truncated character issue at the chart of dashboard widget "Story Points By Iteration"?


Taki Nakajo (1.1k2846) | asked May 02 '16, 10:37 p.m.
edited May 02 '16, 10:38 p.m.
How to fix truncated character issue at the chart of dashboard widget "Story Points By Iteration"?
CLM server is installed on Linux (RHEL6) 

Accepted answer


permanent link
Yasuyuki Tominaga (297416) | answered May 02 '16, 10:41 p.m.
edited May 02 '16, 10:56 p.m.
This is a font problem. I resolved by steps below

1. Check the JRE fontconfig file for RedHat OS.
 - example location: /opt/IBM/JazzTeamServer/server/jre/lib/fontconfig.RedHat.6.properties.src
 - In my case, "IPAMincho" and "IPAGothic" were specified for Japanese but not installed on the OS.
2. Install the fonts which you find in step 1 but OS doesn't have.
3. Restart the CLM server.

[How to install fonts in RHEL 6]
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-x-fonts.html
[In case of IPA fonts, download site is here]
- http://ipafont.ipa.go.jp/old/ipafont/download.html

Taki Nakajo selected this answer as the correct answer

Your answer


Register or to post your answer.