The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JIRA how to display objects in different names in UI?

Zhiyong Liu
May 17, 2017

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)? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
September 21, 2023

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