Review Subscriptions & Role Changes
Hi, I'm using a hosted Collaborator instance v13.12.131204. I have subscribed to reviews for certain authors as an Observer. However, if they want me to be a Reviewer, they cannot change my role from Observer. I read this FAQ entry: When participant is subscribed as Observer for review author then author cannot change role of the participant to Reviewer. | SmartBear Software But I can't find a "review subscription mode" any where in the settings (I am an admin). Is there a way to allow role changes for participants who are also subscribed? Thanks, -PaulSolved32Views0likes2CommentsReviewers are not automatically added to Collaborator review based on BitBucket pull request
Hello. When we create a pull request in BitBucket, a Collaborabor review is automatically created, and the pull request creator is correctly assigned the role of the review's author. Question: We also specify some BitBucket users as reviewers when creating the pull request, but those users are not automatically added as reviewers to the Collaborator review. Has anyone gotten this to work? The Collaborator document indicates that this automation should work: https://support.smartbear.com/collaborator/docs/ver-13-9/source-control/repo-hosting/bitbucket-server.html "You can specify Bitbucket users as reviewers when you are creating a pull request. If your teammateslinktheir Bitbucket accounts with their Collaborator accounts correctly, then Collaborator will automatically add those users as reviewers to the created review on the Collaborator side." Thank you!664Views0likes0CommentsExtend the list of roles available for review participants
Hi, 1. Currently, as review participants, Collaborator providesonly the moderator, author, reviewer and observerroles. Can this list be extended ? https://support.smartbear.com/collaborator/docs/server/settings/review-templates/roles.html 2.In addition, is it possible to assign more than one role to one person?624Views0likes0CommentsHow to Allow Multiple Groups Access to Reviews w/o Nesting
How can Review access be granted to more than one group without having to nest those groups as children of a parent group? Example: An organization has 3 project teams, but we would like to only grant access to 2 of those 3 teams. Any combination of 2 teams could be required for a review. We would like to be able to allow access to multiple groups without having to create parent groups for every combination of team collaboration... especially as the number of team combinations increases.771Views0likes1Commentusername discrepancy between ldap, sso and git result in "not participating" error
Hello, We have collaborator13.6.13601 enterprise, and recently a few users that have a specific prefix in their username in ldap, are not assigned a role on a review, instead they get "not participating", see screenshot. in ldap the user is `t_foo`, where "t_" denotes a contractor/temporary employee If we go into the user admin section and rename the user to "t-foo" to match what Github uses, the old "t_foo" user is recreated in Collaborator automatically, and the user still cannot be assigned to a review properly. Most of our users have the username convention "<lastname><f>"1.2KViews0likes0CommentsAssign Review Pool JSON API
Hello, I'm trying to use the JSON API to assign a review pool to a role in a review here is my call: {"command": "ReviewService.assignReviewPool", "args" : { "reviewId" : "123" "assignment" : { "poolGuid" : "123456abcdef" "role" : "REVIEWER" } }} And this is the response it returns: {"errors": [{"code": "ReviewPoolNotFound", "message": "No review pool assignments with Group guid "123456abcdef" and Role REVIEWER were found in Review 123, or the given user does not have the right group membership to get that assignment"}]} I've double checked the group guid and the role, both seem to be correct. I'm also pretty sure I should have the correct permissions to execute this, I am able to assign the group to the role from within the GUI Is there something wrong with how I am making this call? Thanks!1.3KViews1like2Comments