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
- Task Actions
- Team Actions
- Webhook Actions
Overview
This node integrates with the Vikunja API to manage tasks and their associated labels. Specifically, the "Remove a Label From a Task" operation allows users to detach a label from a specified task within Vikunja. This is useful in scenarios where task categorization or tagging needs updating, such as when a label is no longer relevant or was applied by mistake.
Practical examples include:
- Removing a "High Priority" label from a task once it has been completed.
- Detaching a "Bug" label after the issue has been resolved.
- Cleaning up outdated or incorrect labels from tasks during project maintenance.
Properties
Name | Meaning |
---|---|
Task ID | The unique numeric identifier of the task from which the label will be removed. |
Label Title or ID | The label to remove from the task. You can select the label from a searchable list or specify its ID directly. |
Output
The node outputs JSON data representing the result of the label removal operation. Typically, this includes confirmation that the label was successfully removed or details about the updated task state. The exact structure depends on the Vikunja API response but generally confirms the action's success.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Vikunja API via an API key credential.
- The node expects the base URL of the Vikunja instance to be configured in the credentials.
- Network access to the Vikunja server is necessary.
Troubleshooting
- Invalid Task ID: If the provided Task ID does not exist, the API will return an error indicating the task was not found. Verify the Task ID is correct.
- Invalid Label ID or Title: If the label specified does not exist or is not associated with the task, the removal will fail. Ensure the label exists and is currently assigned to the task.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Confirm that the API key is correctly set up in the node credentials.
- Network Issues: Connectivity problems to the Vikunja server will prevent the operation. Check network settings and server availability.