Is there any API calls to be used inorder to identify the owner of a board, like who is sharing the board and is the user is currently active or inactive?
Hello @Joycemol Joseph,
Thank you for reaching out to Community!
I tested the API mentioned by @Martin Bayer _MoroSystems_ s_r_o__ and it works normally. It shows the board information, admin, and if the user is active.
Maybe this is something related to permission, so I would like to know if you can see this information in the UI.
Please, click on Jira Search > Boards and check if you can see the boards and admins. If you can see in the UI you should also be able to see using API.
If you can't see the list in the UI, it means that you don't have permission, so you need to talk to your administrator for them to give you the necessary permissions to access the boards' information.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get admins of all boards: /rest/agile/1.0/board?expand=admins
Is it what you need?
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.
I can see this output. What is yours?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.