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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.