I need jira backlog count, how do i get this. Please suggest.

dhandapani
Contributor
September 12, 2022

I need jira backlog count, how do I get this? Please suggest.

1 answer

1 accepted

4 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2022

Hi @dhandapani 

  • Use the advanced issue search to search for all issues in the backlog
  • Add a Count gadget on a dashboard using the above filter
dhandapani
Contributor
September 13, 2022

Which table i have to search for the backlog details?

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2022

Why you need to search for a table? Are you on jira server?

You can make a JQL query like:

project = YOURPROJECT and status = backlog
dhandapani
Contributor
September 13, 2022

yes I am using Jira database. From there i have to find the backlog record count

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2022

Try jiraissue table

dhandapani
Contributor
September 13, 2022

Ok Sure I will check Jiraissue table. 

Can you share which column i have to check for this? because I don't find the corresponding column

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2022

Try ISSUESTATUS 

dhandapani
Contributor
September 13, 2022

Thank you, it has numeric value like following (10001,10002,10000).

Still I have to check any other table to get the corresponding string value for this?

It will be helpful for me.

 

Thank you for your time.

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 14, 2022

Have a look at this https://developer.atlassian.com/server/jira/platform/database-schema/ and click on the database schema to find the suitable table and column :)

dhandapani
Contributor
September 14, 2022

Thank you. Got it. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events