OctopusDeploy / Issues

| Public | Bug reports and known issues for Octopus Deploy and all related tools
https://octopus.com
162 stars 20 forks source link

"Export User Permissions" button does not work if "Show permissions within a specific space" is selected #6764

Open donnybell opened 3 years ago

donnybell commented 3 years ago

Prerequisites

The bug

"Export User Permissions" button does not work if "Show permissions within a specific space" is selected and a Space is chosen. When you press the button, a new tab opens and the URL includes {?spaces,includeSystem} at the end.

Example: https://servername.octopus.app/api/users/Users-XXX/permissions/export{?spaces,includeSystem}

What I expected to happen

No new tab opens and a CSV file starts to download

Steps to reproduce

  1. Configuration ->Test Permissions
  2. Select a user
  3. Select a space
  4. click "Export User Permissions"

Screen capture

image

Log excerpt

Oops! Something went wrong...

{"title":"Not found","message":"The resource you requested was not found.","details":{"ErrorMessage":"The resource you requested was not found."}}

Affected versions

Discovered in 2020.6.0

Workarounds

Don't click on the radio buttons, then click "Export User Permissions" or remove {?spaces,includeSystem} from the URL in the new tab

Links

Internal Link

donnybell commented 1 year ago

Another customer report: https://octopus.zendesk.com/agent/tickets/102568 (version 2022.3.10807)