Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node operation adds a tag to a specified project task in the awork system. It is useful for organizing and categorizing tasks by tagging them with relevant keywords or labels. For example, you can tag tasks with priority levels, departments, or project phases to enhance task management and filtering.
Use Case Examples
- Add a 'High Priority' tag to a task to mark it for urgent attention.
- Tag a task with 'Marketing' to associate it with the marketing department.
Properties
| Name | Meaning |
|---|---|
| Task ID | The ID of the task to which the tag will be added. |
| Tag Name | The name of the tag to add to the task. |
| Request Options | Additional request settings such as batching, SSL certificate handling, proxy configuration, and request timeout. |
Output
JSON
tag- Details of the tag added to the project task.taskId- The ID of the task to which the tag was added.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the Task ID is valid and exists in the awork system to avoid errors.
- Verify the Tag Name is correctly spelled and allowed by the system.
- Check network settings if using a proxy or if SSL issues occur.
- Timeout errors may occur if the server is slow or unresponsive; consider increasing the timeout setting.