awork icon

awork

Automate your workflows with the awork API

Overview

This node operation sets the assignee of a specific project task in the awork system. It is useful for automating task management workflows where tasks need to be assigned or reassigned to different users programmatically. For example, it can be used to assign a task to a user based on certain conditions or triggers in a project management automation.

Use Case Examples

  1. Assign a task to a user when a new task is created.
  2. Reassign a task to another user when the current assignee is unavailable.

Properties

Name Meaning
Task ID The ID of the task to set the assignee for.
User ID The ID of the user to assign the task to.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • success - Indicates whether the task assignee was successfully set.
  • taskId - The ID of the task that was updated.
  • userId - The ID of the user assigned to the task.

Dependencies

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

Troubleshooting

  • Ensure the Task ID and User ID are valid and exist in the awork system to avoid errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests are failing due to network restrictions.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Discussion