We have a SharePoint Team Site (WSS 3.0 not MOSS), that includes Tasks list to records every tasks related to a project. Here's the scenario.
Users :
- List item
- Supervisor1
- TeamMember1
- TeamMember2
- TeamMember3
How do we set the permission settings so that
- Every users (Supervisor and team members) can see any tasks.
- Supervisors can edit any tasks
- Team members can only edit their own tasks (tasks that were assigned to them, or created by them)
I was unable to achieve the intended results using standard WSS permission settings, without resorting to manual permission settings on each item in the list. I'm imagining that the automatic solution has to be accomplish using some sort of workflow or trigger.