How to assign a task to a user

How to assign a task to a user

Assign Tasks to your team members with Ease





2. Click on your list. For eg here list "Aram Room Maintenance" has been selected here. Please note that this list is a shared list



3. Lets add a sample task here

Lets add a sample task here

4. Press Enter or Click on this arrow button to add the task

Press Enter or Click on this arrow button to add the task

5. Now a Task detail screen shall open. Click on the "Assign To" button



6. Click on any of the list members you want to assign the task to

Click on any of the list members you want to assign the task to


Created with Tango.us


    • Related Articles

    • Create Task API

      This API allows you to create a new task in a specified list. API URL https://app.wegodoo.com/ API Endpoint POST /api/v1/tasks ## Important Notes: - All API requests must be made to this base URL followed by the specific endpoint path - HTTPS ...
    • Why am I unable to Complete a task in a shared list

      If you are a list member in a shared list (Not an admin ) then you cannot complete a task unless it is assigned to you. Only the assigned person will be able to complete the task assigned to him/her. If there is no user added in "Assign to" field, ...
    • Task Deleted Event

      The Task Deleted event is triggered whenever a task is deleted in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_deleted", ...
    • Task Updated Event

      The Task Updated event is triggered whenever a task is updated in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_updated", ...
    • Task Verified Event

      The Task Verified event is triggered whenever a task is verified in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_verified", ...