ContributionsMost RecentMost LikesSolutionsWhere is this information on a Detailed Review Report? Where are these in a Detailed Report: Template Name Changes from Git File upload log These are present in the review itself, but not in the report. Allow ignoring of only leading whitespace When reviewing code using CodeCollaborator, there is an option to ignore whitespace in the diffs. This is not-fine-grained enough. Frequently I might want to ignore leading whitespace if the code has been indented differently, while still catching other whitespace changes. Please add an option to ignore only leading whitespace. How do I file a request for enhancement? How do I file a request for enhancement for Collaborator? SolvedDifferent output on website & via command-line client I am trying to get license usage data for a server via a script. The only way I know how to do that is through the ccollab command-line client, specifically ccollab admin wget "go?component=ErrorsAndMessages&step=AdminLicensing&page=Admin&ErrorsAndMessages_fingerPrint=861101" That output yields the correct page but the wrong data. From the command-line client: 70 floating-seat licenses; currently using 0. From the web client: 70 floating-seat licenses; currently using 30. Any idea why they're different? If the command-line method won't work, is there another way to get the information programmatically? Can I roll back a changeset in Collaborator? A user accidentally added a changeset to a review and wants to remove it. The Delete button is not available for that changeset. His comment: "This tool clearly has use scenarios not fully supported. GUI client interaction with git can easily result in contamination of changelist, yet, there is no way to "confirm" or undo the upload. Even if rollback is not available, there should at least be a detailed capture of history showing all actions of participants (similar to what Polarion does)." Any comments?