Team, I am trying to fetch the list of projects using particular AD group in Jira and Confluence. I have tried few query but no luck, can someone help me on this?
This will list projects, roles and members
SELECT pname as Project, pr.name as Role, roletype, roletypeparameter
FROM public.projectroleactor pra, projectrole pr, project po
where pr.id = pra.projectroleid
AND po.id = pra.pid
SELECT pname as Project, pr.name as Role, roletype, roletypeparameter
FROM public.projectroleactor pra, projectrole pr, project po
where pr.id = pra.projectroleid
AND po.id = pra.pid
AND roletype = 'atlassian-group-role-actor'
AND roletypeparameter = 'jira-administrators'
I don't have access to confluence db at the moment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Discover how Atlassian is revolutionizing service management with cutting-edge solutions for AI-powered support, HR Service Management, or DevOps connectivity.
Register here ⬇️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.