How do I edit task name?

How do I edit task name?

Want to modify your task name? Its quiet easy




How to edit the task name (Step by Step)
1. Locate your task. Click on the preferred list where your task is. For instance, We choose the Home list.


2. Click on the task for which you want to edit the name.


3. Click on the highlighted area and Edit the name.


4. Done; your task name is edited.




    • Related Articles

    • How do I edit a list name

      In WeGoDoo, Making changes to a list name is a snap. 1. Click and open the list you want to edit, as shown here. For this example, the list "Office Team" is selected here. 2. Click on the three dots in the top right corner. 3. Select the edit option. ...
    • 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 Created Event

      The Task Created event is triggered whenever a new task is created 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_created", ...
    • 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", ...