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
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?
@Alexey Matveev is right. But If you have Script Runner plugin, there is a trick that changes the display name for each project.
def field = getFieldById(getFieldChanged())
field.setLabel("My Custom Summary")
Behaviours do not apply to the View Issue screen, so this "solution" is not very useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.