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.
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.
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.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
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.