The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Where is the Jira LABEL contents stored in SQL server

Matebese, S. (Sithembiso)
July 6, 2021

Hi

I’m extracting data from the DBO.LABEL table for our reporting but it seems to be out of sync from the front-end tool. The front-end tool shows Jira Label for specific issues but in the table some issues are not even there. Do you know what could be the problem or am I reading a wrong table for the Issue Labels?

 

labelss.PNG

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Matebese, S. (Sithembiso)
July 6, 2021

Yes it's joined on those 2 fields and the challenge is that some of the Issue Labels showing in the front end tool seem not to be stored in the DBO.LABEL table

0 votes
Mohamed Benziane
Community Champion
July 6, 2021

Hi,

Make sure to join the issue.id from jiraissue and the issue in the label table.