Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node operation allows users to set a custom field value for a specific project task in the awork system. It is useful for automating updates to task metadata by programmatically assigning or changing custom field values, such as text entries, based on task IDs. For example, it can be used to update task details in bulk or integrate task custom fields with other systems.
Use Case Examples
- Updating the text value of a custom field for a task identified by its Task ID.
- Automating the assignment of custom field values during project task workflows.
Properties
| Name | Meaning |
|---|---|
| Task ID | The unique identifier of the project task to update. |
| Text Value | The text value to set for the custom field on the task. |
| Custom Field Definition ID | The identifier of the custom field definition to update on the task. |
| Request Options | Additional request settings such as batching, SSL handling, proxy, and timeout options. |
Output
JSON
id- The ID of the updated project task.customFieldDefinitionId- The ID of the custom field definition that was set.textValue- The text value assigned to the custom field.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the Task ID and Custom Field Definition ID are valid 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 risks.