Is there a way, either within Jira or via a database query, to find all the boards owned by a specific user?
select * from AO_60DB71_RAPIDVIEW where owner_user_name = 'USER_NAME';
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.