Forum Discussion

Bee Lin Leau's avatar
Bee Lin Leau
Copper Contributor
Mar 25, 2017

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 ?

 

How to restrict that only user A (i.e. person "Assigned To") can approve/reject the task ?

 

Thank you.

11 Replies

  • Heiko Watz's avatar
    Heiko Watz
    Iron 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.

    • Russell Gove's avatar
      Russell Gove
      Iron Contributor

      Heiko, I am facing this same issue. Can you explain how you got around it. Once I assign the task, the workflow is waiting for tje task to be comple and i cannot run any morae actions until then. How can i change the permissions on the task ?

      • Russell Gove's avatar
        Russell Gove
        Iron Contributor
        btw I am on sharepoint online using SPD 2013 Workflows.
    • Drew Madelung's avatar
      Drew Madelung
      MVP

      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 Watz's avatar
        Heiko Watz
        Iron Contributor

        In this case i use the Plumsail Workflow Action Pack: https://plumsail.com/workflow-actions-pack/

        It's very simple to use.

Resources