Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,321
Community Members
 
Community Events
184
Community Groups

Status categories table

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.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
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.
Sep 02, 2020

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.

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.
Sep 02, 2020

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.

Thank you for your answer.

sorry, the statuscategory field is on issuestatus table.

I have already done things manually.

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.
Sep 02, 2020

Ah, that makes more sense.  Thanks.

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 02, 2020

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.

TAGS
AUG Leaders

Atlassian Community Events