You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
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
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.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.