You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am wondering if the Jira Server Insight java classes provide a way to get "translations" (object type attribute names) for i18n keys for attributes in error messages. For example, "rlabs-insight-attribute-1002" refers to an object type attribute "Name". Is there some `I18nUtils`-like class that can be used to get the attribute name as defined in Insight directly, or do we need to provide own own way to do this?
I have tested putting some entries into properties files, and that does allow me to get those translations at runtime, but if I use that approach it would mean auto-generating key=name properties for all attributes, and would rather not do that unless there are no other options available.