After integrating Crowd with Fisheye is there a way to change all the users Auth Type from "built-in" to "crowd" or will this have to be done for each individual user manually?
Fisheye - v3.2.0
Crowd - v2.7.0
Thanks,
Chris
Hi Chris,
In FishEye 3.3 you could use the new user management endpoint:
PUT: /rest-service-fecru/admin/users/{name} { "type":"crowd" }
In FishEye 3.2 you would have to do it manually (or modify the DB manually: cru_user.authType - not recomended).
mac
Hi Chris:
Here they are:
users: https://docs.atlassian.com/fisheye-crucible/3.3.0/wadl/fecru.html#d2e131
groups: https://docs.atlassian.com/fisheye-crucible/3.3.0/wadl/fecru.html#d2e2
Mac
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.