Forums

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

List all boards owned by a specific user

Calvin Senteza January 16, 2019

Is there a way, either within Jira or via a database query, to find all the boards owned by a specific user?

2 answers

2 accepted

0 votes
Answer accepted
Kian Stack Mumo Systems
Community Champion
January 16, 2019

select * from AO_60DB71_RAPIDVIEW where owner_user_name = 'USER_NAME';

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.
January 16, 2019

Hello,

The problem is that if the filter of a board is not shared with you, then you will not see it. 

I always execute sql to get this info.

You can find sql here:

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

Suggest an answer

Log in or Sign up to answer