You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
As I'm working on JIRA databse, which table contains issue categories ?
I need to display the title of the category accordind to Jiraissue.issuecategory.
Community moderators have prevented the ability to post new answers.
None of them. It's in the logic.
This is one of many reasons you should not be reading the database - it is hard to read and does not have everything you woud guess might be in it.
Could I ask what problem you are trying to solve that makes you think SQL is an answer?
I have the statuscategory field on jiraissue table that with 4 values (1,2,3,4).
My question is : How can map these values to these onces : ToDo, In Progress, Done, ... the 4th one undefined for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no status category field on the jiraissue table.
There is a status field, but that refers to status.
To map the status to the statuscategory, you are going to need to code for it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer.
sorry, the statuscategory field is on issuestatus table.
I have already done things manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that makes more sense. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hamid - Welcome to the Atlassian Community!
You can see the Database Schema here:
https://developer.atlassian.com/server/jira/platform/database-schema/#Databaseschema-ChangeHistory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you John.
May be my question was not clear.
I'm looking for the table which contains the categories status (to do, in progress, Done, ...).
CHANGEGROUP and CHANGEITEM save the status changes over the time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.