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
As a developer, I added statuses, transitions and custom fields to JIRA and these objects are sometimes referenced by the Java or Groovy Code. Although all the users of this JIRA use English, they sometimes ask to change the object names to be more user friendly. How can I easily change the display of those objects (status, transition and custom field) without changing their names (so I don't need to change my Java or groovy code)?
Hi @Zhiyong Liu ,
my suggestion is to reference items in your code using id and not name. In that way you will be able to change name withouth impacting your code.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.