Tallyfy icon

Tallyfy

Interact with Tallyfy workflow automation platform

Overview

This node interacts with the Tallyfy workflow automation platform, specifically to manage comments related to tasks and issue threads. The "Resolve Issue" operation under the "Comment" resource allows users to mark an issue thread as resolved by providing the task ID, the issue thread ID, and a comment content. This is useful in scenarios where teams track problems or blockers within tasks and want to formally close or resolve those issues while adding contextual comments.

Practical examples:

  • A project manager resolving a reported problem on a task after it has been fixed.
  • Automatically marking an issue thread as resolved when a related task reaches completion.
  • Adding a closing comment to an issue thread to document resolution details.

Properties

Name Meaning
Task ID The ID of the task associated with the comment or issue thread to resolve.
Comment Content The content of the comment to add when resolving the issue. Supports HTML formatting.
Thread ID The ID of the specific issue thread that is being marked as resolved.

Output

The node outputs JSON data representing the response from the Tallyfy API after resolving the issue. This typically includes details about the resolved thread or confirmation of the action. The output is structured as an array of objects, each containing a json property with the API response data.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Tallyfy platform.
  • Needs the base URL and organization ID configured in the credentials.
  • Uses HTTP requests to the Tallyfy REST API endpoints.

Troubleshooting

  • Common Issues:

    • Invalid or missing Task ID or Thread ID will cause the API call to fail.
    • Insufficient permissions or invalid API credentials can result in authentication errors.
    • Providing empty or malformed comment content may lead to rejection by the API.
  • Error Messages:

    • Authentication errors: Check that the API key credential is correctly set up and valid.
    • Not found errors: Verify that the Task ID and Thread ID exist and belong to the authenticated organization.
    • Validation errors: Ensure all required fields (Task ID, Thread ID, Comment Content) are provided and properly formatted.

Resolving these usually involves verifying input parameters, checking credential validity, and ensuring the referenced resources exist in Tallyfy.

Links and References

Discussion