Hi,
This is not critical to a system but it is a bit urgent for Audit reasons.
We would like to export a list of Users and Groups (containing certain keywords) with their repositories they have access to and their permissions in those repositories in Fisheye and Crucible
Is this doable via the database?
How do we export a curated list of all that in one query. We've done this with Confluence and Jira. How can we do the same with Fisheye and crucible?
You can use REST APIs to fetch this data:
list of repositories
/rest-service-fecru/admin/repositories
repository permissions
/rest-service-fecru/admin/repository-permissions/{repository}/users
/rest-service-fecru/admin/repository-permissions/{repository}/groups
References:
https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html
https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html
https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.