Easy Redmine icon

Easy Redmine

Easy Redmine Operations

Overview

The node integrates with Easy Redmine to perform various operations on different resources such as issues, leads, opportunities, accounts, and more. Specifically, for the Issue resource with the Add Comment operation, it allows users to add a comment to an existing issue by specifying the issue ID and the comment text.

This node is beneficial in scenarios where you want to automate communication or updates within your project management workflow in Easy Redmine. For example, after completing a task or detecting an event, you can automatically post a comment to the related issue to keep team members informed without manual intervention.

Properties

Name Meaning
Issue ID The unique numeric identifier of the issue to which the comment will be added.
Comment The text content of the comment to add to the specified issue.

Output

The output of the node is a JSON array containing the result of the add comment operation. Each item corresponds to one input item processed and includes the response data from Easy Redmine about the comment addition. This typically contains details confirming the comment was successfully added, such as comment ID, content, timestamps, and possibly user information.

The node does not output binary data.

Dependencies

  • Requires an API key credential for Easy Redmine with appropriate permissions to access and modify issues.
  • The node expects the base URL of the Easy Redmine instance to be configured in the credentials.
  • No additional external dependencies are required beyond the Easy Redmine API.

Troubleshooting

  • Common Issues:

    • Invalid or missing Issue ID: Ensure the Issue ID provided exists and is correct.
    • Insufficient permissions: The API key must have rights to add comments to issues.
    • Network or authentication errors: Verify the API key and domain URL are correctly set in credentials.
  • Error Messages:

    • Errors returned from the API may include messages about invalid IDs or permission denials. These are surfaced in the node's error output.
    • If continueOnFail is enabled, errors for individual items will be included in the output JSON with an error field describing the problem.
    • To resolve errors, check the API credentials, verify the issue exists, and confirm the comment text is valid.

Links and References

Discussion