Forum Discussion
Bee Lin Leau
Mar 25, 2017Copper Contributor
How to control only "Assigned To" can approve/reject a task ?
Using SharePoint 2013, permission of task list is user A and user B have Contribute permission. A task was "Assigned To" user A. How come user B can edit the task to approve/reject the task ? ...
Heiko Watz
Mar 27, 2017Iron Contributor
Try to set the item permission only for the user who has to approve the task.
You can use a Workflow to do this.
I use it several times and it works perfect for me.
Mar 27, 2017
Here is some good starting information for how to manage permissions using a SharePoint 2013 workflow and the REST API. You can use these actions to update permissions so that on change only the people who you either declare or are in the Assigned To have contribute, and everyone else you can grant read.
- Heiko WatzMar 28, 2017Iron Contributor
In this case i use the Plumsail Workflow Action Pack: https://plumsail.com/workflow-actions-pack/
It's very simple to use.