Problem
- Users can change visible to (not a problem)
- this makes tasks not visible for people who need the task (if they change the line by an error, or in bad faith to vandalize the install)
Current Solution
- Spaces have pre defined visibilty options, so user can only change the policy to a wanted option
Current Problem
- User who can edit the spaces, can still the custom "visible to" option, so can change this line to a not wanted group
- This is a problem at public installs, you as admin have to decide:
- If people (not trusted or unknown people) should never change the visibiltiy
- They can not vandalize, make damage, but they can not report confidal issues
- People could not edit visibilty, and default is public not visible
- More work to control all new reports, and put them to public visible
- Let them change the visiblity
- Admin have to control, if there are not visible issues, and unlock them via ./bin/policy
- There is no fast way to check this, so you have to investigate much time
- Admin have to control, if there are not visible issues, and unlock them via ./bin/policy
- If people (not trusted or unknown people) should never change the visibiltiy
Proposed Solution
- Make seperate actions for "Change space" and "Change visibilty options"
- You can hide the "visible to" line in forms, and only let people edit the "space line"
- People can report confidal issues
- A group of members can still see the issue, and revert the action, if not constructive (less actions to revert)
- People have no chance to change the visibility to one user only etc.