Actions57
- Label Actions
- Project Actions
- Add a Team
- Add a User
- Create
- Create a Kanban Bucket
- Create a Link Share
- Create a Project View
- Delete
- Delete a Kanban Bucket
- Delete a Link Share
- Delete a Project View
- Duplicate
- Get
- Get All Link Shares
- Get All Project Views
- Get All Teams
- Get All Users
- Remove a Team From a Project
- Remove a User From a Project
- Update
- Update a Kanban Bucket
- Update a Project View
- Update a Team's Rights on a Project
- Update a User's Rights on a Project
- Team Actions
- Task Actions
- Webhook Actions
Overview
This node integrates with the Vikunja API to manage tasks, specifically allowing you to remove a label from a task. It is useful in scenarios where task organization and categorization need updating by detaching labels that are no longer relevant or were added by mistake.
For example, if a task was incorrectly tagged with a "High Priority" label, this node can be used to remove that label programmatically, helping maintain accurate task metadata and improving project management workflows.
Properties
| Name | Meaning |
|---|---|
| Task ID | The unique identifier of the task from which you want to remove a label. |
| Label Title or ID | The label to remove from the task. You can select it from a searchable list of existing labels or specify its ID directly. |
Output
The node outputs JSON data representing the result of the label removal operation on the specified task. This typically includes confirmation of success or details about the updated task state after the label has been removed.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the Vikunja API.
- Needs the base URL of the Vikunja instance configured in the node credentials.
- The node depends on the Vikunja REST API endpoints for tasks and labels.
Troubleshooting
Common issues:
- Invalid or missing Task ID or Label ID will cause the operation to fail.
- Network connectivity problems or incorrect API URL configuration can prevent communication with the Vikunja server.
- Insufficient permissions associated with the API key may block label removal.
Error messages:
- "Task not found" indicates the provided Task ID does not exist; verify the ID.
- "Label not found" means the label specified does not exist or is not associated with the task.
- Authentication errors suggest invalid or expired API credentials; reconfigure the API key.
Resolving these usually involves verifying input parameters, checking API credentials, and ensuring the Vikunja server is reachable.