Does the Get statuses for project endpoint always return the untranslatedName for status types?

Carlo Pearson
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!
October 17, 2023

When I call the Jira Cloud "Get status for project" rest endpoint I see an untranslatedName status value for each project status type.
endpoint: /rest/api/3/project/{projectIdOrKey}/statuses

example: 

{
"name": "Created",
"untranslatedName": "Created"
}

Is the untranslatedName always in English? Is this property something we can reliably use? I don't see it in the api documentation.

1 answer

1 accepted

0 votes
Answer accepted
Marc - Devoteam
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.
October 18, 2023

Hi @Carlo Pearson 

Welcome to the community.

I think this is based on the locale set in the user profile, or if not set the Jira default language is used.

See here in the API documentation

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events