awork icon

awork

Automate your workflows with the awork API

Overview

This node operation adds an existing task to a specified task list within a project in the awork platform. It is useful for organizing tasks by moving them into different task lists under a project, facilitating better project management and task tracking. For example, you can use this operation to move a task from a backlog list to an active sprint list within a project.

Use Case Examples

  1. Add a task to a sprint task list in a project to start working on it.
  2. Organize tasks by moving them to different task lists based on their status or priority.

Properties

Name Meaning
Project ID The ID of the project where the task exists and to which the task list belongs.
Task ID The ID of the task that you want to add to the task list.
Task List ID The ID of the task list to which the task will be added.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • id - The unique identifier of the task added to the task list.
  • name - The name or title of the task.
  • status - The current status of the task after being added to the task list.
  • taskListId - The ID of the task list to which the task was added.
  • projectId - The ID of the project containing the task and task list.

Dependencies

  • Requires an API key credential for authenticating with the awork API.

Troubleshooting

  • Ensure that the Project ID, Task ID, and Task List ID are correctly specified and exist in the awork system to avoid errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security implications.
  • Verify that the API key credential is valid and has the necessary permissions to modify tasks and task lists.

Discussion