Where to find Database Scheme including data types for Jira 6.3?

Mark Gordon September 3, 2014

JIRA

Can you point me to a link/document that has the 6.3 database scheme layed out including the data types?

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 3, 2014
Mark Gordon September 3, 2014

Nic,

Thanks. This will help. I am a SQL DBA. I noticed that on the field types, you have varchar. is there a reason you are not using nvarchar for unicode/international characters?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 3, 2014

You'd need to ask an Atlassian developer with knowledge of the back-end.

I do some dev work in plugins, but I never go to the database, I use the API (if you think you need to read a Jira database in your code, you're probably doing something wrong. And you never write)

Mark Gordon September 3, 2014

Nic,

Thanks. No we are not doing updates to the JIRA db. I would like to see what it has in it - most likely not doing an reads from it. If we were, then it would be something incredilby custom.

0 votes
Tiago Comasseto
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 3, 2014

Hi Mark, the information that we have available is in this doc. It also has instructions on how you can generate the database schema information in different formats.

I hope it helps.

Cheers

Suggest an answer

Log in or Sign up to answer