Forums

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

Why I see column in JIRA website but can not find the related field in SQL JIRA Database

Stacey jie
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!
September 7, 2011

For example, I can see a column, like severity, or platform in my JIRA website. But when I login the related JIRA Database in SQL Server2008 Management Studio, I can not see a table column, like severity or platform in any table, like jiraissue, etc.

2 answers

1 accepted

2 votes
Answer accepted
Colin Goudie
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 7, 2011

Like with any software, you need to understand the architecture in order to understand the database.

JIRA is highly configurable so most of the data for issues will not be columns in the jiraissue table.

There are some hardcoded fields such as priority and environment that are in the jiraissue table but the rest would come from custom fields. For your particular columns, first find out what custom field type are being used for these items and then that can help find out how their storage is implemented.

Azwandi Mohd Aris
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 7, 2011
0 votes
Pablo Beltran
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, 2015

The SQL for JIRA add-on resolves the JIRA legacy database model complexity by providing a simplified data base model for JIRA. Only meaningful JIRA data for users are brought to the model, the rest of the JIRA internals are ignored.

So neither you nor other users at your organization have to access to the JIRA legacy database anymore. SQL for JIRA will save you from such wasting of time (and security risks).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events