Hello
I've created a site (called Business Development) for project management and have a range of projects set up on it, each has its own subsite. Each project subsite has a global task list. Each task list has permissions that are not inherited from the parent site, because the only area that users need to actually change is their task information, none of the supporting project documentation etc.
My organisation has 2 project managers who are owners of the main site/subsites.
Each project has its own custom members list (called Project Team).
I want to be able to do the following:
- the Project Managers (owners) will enter a list of project tasks and assign them to Project Team individuals.
- the members of the Project Team will then manage all tasks allocated to them. They should have permissions so that they can only edit their own tasks, not anyone elses.
This should be fairly straightforwards but somewhere along the line I think I've gone overboard with removing permissions.
The problem I now have is that when a Project Manager adds a task and assigns it to a Project Team member, that person can't edit it. I've been patching over this by giving people full permissions to the list, but this isn't ideal because it means they can edit other people's tasks too.
As a sharepoint novice, I thought I'd come ask the experts what permissions I should be checking for.
Currently the task list has:
- Business Development Owners- Full control
- Business Development Members - Contribute
- Business Development Visitors - Read only
- Project Team - Contribute
- (named individuals) - Full control <- this is the one where I've patched over the problem
But it doesn't have approvers, designers etc. - I suspect I've knocked out a permission that's needed for users to edit tasks assigned to them, that they didn't create.
I've got approval and versioning switched off for the list and there's no workflow built around anything.
Can anyone spot the problem or suggest anything I might try?
Any help would be greatly appreciated.
Cheers!