The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

In which database table do I find translations for statuses and resolutions?

Gisela Lassahn
Contributor
July 5, 2021

I would like to know where in the Jira database the translations of statuses and resolutions are stored and how I can query statuses and resolutions with their translations.

I know the tables "issuestatus" and "resolution" (and how to link them with table "jiraissue"), but there I don't find the translations.

 

I've just found out that I get some of the translations like this:

SELECT s.pname, pe.PROPERTY_KEY, ps.propertyvalue
FROM issuestatus s, propertyentry pe, propertystring ps
WHERE pe.ENTITY_NAME = 'Status'
AND pe.ID = ps.ID
AND s.id = pe.ENTITY_ID

But is there a chance to get a list of the statuses (or resolutions) with their translations which are hidden in the language packs without an AddOn where we have to pay for?

(We use Jira Data Center. I don't know if that makes any difference.)

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Gonchik Tsymzhitov
Community Champion
May 9, 2022

Hi! 

did you figure out? 

Gisela Lassahn
Contributor
May 9, 2022

No, unfortunately, I didn't.