Forums

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

Field administration -> Field names now show with translated name instead of technical name

Becker_ Rene
Contributor
July 22, 2026

Hey all.

 

I just noticed, that in "Jira Admin Settings" -> "Fields" now show their translated name instead of the technical name.

Example:

For the backend, I have a name scheme for fields. It goes something like

<Universal Backend name in English> (<Field number>) - <Field Type>

"Alternative Internal Item Number (11816) - Plain Text"

 

Now it shows: "Alternative Interne Nummer" (German translation)

When I update "Name" it reverts back to the translated name and ignores, that I changed the name.

---

This is done to easily identify the field name when I create new forms and when I search for them later on and have all data I need in the name.

I then use translations to make fields show in the respective name, when users or I view the actual work item via the regular view.

---

 

Question: Is it just me? Anyone know how to revert this?

---

thx, regards

Rene

 

 

2 answers

1 vote
Isabelle Ruivo dos Santos
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 22, 2026

Hi, @Becker_ Rene

What's going on

It's not just you — this is a recent change in Jira Cloud. The admin Fields screen now displays the translated field name based on your profile/browser language instead of the original technical name. The original name is still stored in the backend, so this is a UI display issue rather than a data problem.

Workarounds

  1. Temporarily switch your profile language to English — go to Profile → Account Settings → Language → English, then revisit the Fields page. It should display the original backend name. Switch back when you're done.
  2. Verify via REST API — the GET /rest/api/3/field endpoint always returns the original field name regardless of translations. Useful for confirming your naming convention is intact.

Hope this helps! 

Becker_ Rene
Contributor
July 22, 2026

Thank you for your response.

 

I worked ... in parts :-D 

 

Some fields are now shown by their correct name, some still show translated.

With every page reload more and more revert to their translated name, instead of the backend name.

---

As you said, existing fields are visible via API.

The new one somehow not.

But I can retrieve it on /rest/api/3/field/customfield_13645/context

{
"maxResults": 50,
"startAt": 0,
"total": 1,
"isLast": true,
"values": [
{
"id": "20403",
"name": "Default Configuration Scheme for [CF] Test Field name display by Atlassian (xxx)",
"description": "Default configuration scheme generated by Jira",
"isGlobalContext": true,
"isAnyIssueType": true
}
]
}

 

I'll just assume it's there and I somehow am not seeing it.

---

 

1 vote
Marc -Devoteam-
Community Champion
July 22, 2026

HI @Becker_ Rene 

Is there a translation on the field set?

What is you language in your account settings set to? or your browser language or regional settings.

Can you check using another browser or incognito window?

Becker_ Rene
Contributor
July 22, 2026

Thank you for your response.

 

Yes, a translation is set.

 

Here are a few more details:

A few days ago:

- Create a field

- name it "My Field for Stuff (12345) - Text"

- Add Translations ("A German Name 1", "An English Name 1")

-> In Admin Area name shows as "My Field for Stuff (12345) - Text"

-> In Work Items view masks it shows, depending on the Browser / User Language either "A German Name 1" or "An English Name 1"

 

Now:

- Create a field

- name it "My Field for Stuff (67891) - Text"

- Add Translations ("A German Name 2", "An English Name 2")

-> In Admin Area name shows as "A German Name 2" (resp. "An English Name 2")

-> In Work Items view masks it shows, "A German Name 2" or "An English Name 2"

--> In the Admin Area it should show "My Field for Stuff (67891) - Text"

EDIT: Sorry, I messed up the labels when I posted.

 

Conclusions:

Admin Section -> Fields -> now shows translation instead of the original name

 

Additionaly: 

When I try to change the original field name, the change does not stick.

---

 

I recreated the problem by creating a new field

(Picture 7 -> should display "[CF] Test Field name display by Atlassian (1234)" not "[CF] Test Field Name display by Atlassian (xxx) - UK"

 

 

 

Becker_ Rene
Contributor
July 22, 2026

001.png002.png003.png004.png005.png006.png007.png

Marc -Devoteam-
Community Champion
July 22, 2026

HI @Becker_ Rene 

I tried thia, but this doesn't chnage on my end.

My account setting are UK and browser is also UK and laptop is English and Location NL.

All Atlassian details are shown in English UK, even on adding dutch trasnlations.

So it seems to be a browser, laptop or Atlassian instance related issue, you could raise an issue with Atlassian Support

Like Arkadiusz Wroblewski likes this
Becker_ Rene
Contributor
July 22, 2026

Hi Marc.

The problem is not that it shows the wrong translation.

The problem is, that it does show translations. In the fields list it shouldn't.

 

As I gather from your answer and from Isabelle's answer it's not only me but also not everyone.

 

I guess I'll raise a bug report then.

@Isabelle Ruivo dos Santos : Did you already create a bug report, that I can join in?

 

Thx

---

Like Arkadiusz Wroblewski likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events