Rename Custom Fields by Project

Michael Swansegar September 20, 2018

JIRA Service Desk is nice in that you can change the field name display to the customer.  However JIRA Core/JIRA Software shows the actual Custom Field name.  Is there a way to change the name that is displayed only without renaming the actual custom field itself?

2 answers

2 votes
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 21, 2018

Hi @Michael Swansegar,

@Alexey Matveev is right. But If you have Script Runner plugin, there is a trick that changes the display name for each project.

  • Go to Behaviours and add new one
  • Map this behaviour to your project
  • Add a field that you want to change (Ex: Summary)
  • Paste the following script
def field = getFieldById(getFieldChanged())
field.setLabel("My Custom Summary")
Kent Rogers November 1, 2020

Behaviours do not apply to the View Issue screen, so this "solution" is not very useful.

Like Azfar Masut likes this
0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2018

Hello,

In Jira Core or Jira Software you can not change the display name for a custom field for each project. You would need to rename this custom field. But you can give a different description through field configuration schemes.

Laurent PIANFETTI April 14, 2021

I don't find any way to change the description : the only description you can provide is the description of the field configuration, not the field itself. So unuseful too.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events