Forums

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

Number of agile board in one JIRA Instance

Deleted user June 27, 2018

Anyone who knows how to count the number of boards in the database of one JIRA instance?

Need it before upgrading JIRA Software.

3 answers

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2018

Hello,

You can find an answer here:

https://community.atlassian.com/t5/Questions/sql-query-to-get-all-board-id-s-srum-kanban-which-are-associated/qaq-p/226611

Bascally this information is stored in AO_XXXXXX_RAPIDVIEW. The XXXXXX part is different for all Jira instances. You can open your database and find a table with AO and RAPIDVIEW.

Deleted user June 27, 2018

thanks.

1 vote
Deleted user June 27, 2018

so this command should count the number of rows (boards) in the table?

mysql> select count(*) from AO_XXXXXX_RAPIDVIEW

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 27, 2018

Yes, but you should change XXXXXX to the numbers in your Jira instance

1 vote
Sean Binny June 27, 2018

A count of the below table should give you the list of Agile boards 

AO_60DB71_RAPIDVIEW 

 Sean Binny

Product Manager

At a Glance Jira Plugin

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events