Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I translate locked custom field like "Request participants" to Norwegian ?

Juhaina Almama September 26, 2019

I have translated Jira til Norwegian but I got some field in English, these fields are locked , what I can do for translate all locked fields ?

1 answer

0 votes
Jens Kisters //SeibertSolutions
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 26, 2019

Hi Juhaina,

that can be done via SQL,

unfortunatly i cant find an article which does exactly that.

but you could modify the SQL from here

https://community.atlassian.com/t5/Answers-Developer-Questions/How-do-I-change-the-Type-of-a-Custom-field/qaq-p/507030

in the way of

UPDATE customfield SET cfname = 'New Name' WHERE id=<your CF ID>

dont forget to shutdown your jira instance before.

Cheers

Jens

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events