Actions18
- Attachment Actions
- Comment Actions
- Dartboard Actions
- Doc Actions
- Folder Actions
- Help Center Article Actions
- Skill Actions
- Task Actions
- View Actions
Overview
This node integrates with the Dart project management system to retrieve details about a specific task. It is useful when you want to fetch up-to-date information on a particular task within your project workflows, enabling automation or synchronization of task data across systems.
A practical example would be automatically pulling task details by ID to update dashboards, trigger notifications, or feed other processes that depend on task status or metadata.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the task to retrieve. This is required to specify which task's details should be fetched. |
Output
The node outputs JSON data representing the full details of the requested task. This typically includes fields such as task name, description, status, assignees, due dates, and any other metadata provided by the Dart API for that task.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Dart service.
- The base URL for the Dart API must be configured in the node credentials.
- The node sends requests with
Accept: application/jsonandContent-Type: application/jsonheaders.
Troubleshooting
- Missing or invalid ID: If the ID property is empty or incorrect, the node will fail to retrieve the task. Ensure the ID is valid and corresponds to an existing task.
- Authentication errors: If the API key or base URL is misconfigured, the node will not connect successfully. Verify credentials and endpoint settings.
- Network issues: Connectivity problems can cause request failures. Check network access to the Dart API.
- API changes: If the Dart API changes its response format or endpoints, the node may need updating.
Links and References
- Dart Project Management API Documentation (Replace with actual URL if available)