Overview
This node integrates with Easy Redmine to retrieve multiple issues based on a predefined query filter. It is designed to fetch a list of issues efficiently by applying saved queries from Easy Redmine, which helps users filter and manage large sets of issues without manually specifying complex filters each time.
Common scenarios include:
- Automatically syncing or reporting on issues that match specific criteria (e.g., open issues assigned to a team).
- Bulk processing or exporting filtered issue data for further analysis.
- Integrating Easy Redmine issue data into other workflows or dashboards.
For example, a project manager could use this node to pull all high-priority unresolved issues weekly and send summaries via email or update a dashboard.
Properties
| Name | Meaning |
|---|---|
| EasyRedmine Issues Query Name or ID | Select a saved Easy Redmine query by name or specify its ID to filter the issues returned by the node. |
The property allows choosing from existing saved queries in Easy Redmine or entering an expression to specify a query ID dynamically. This query acts as a filter for the issues retrieved.
Output
The node outputs JSON data representing the list of issues returned by Easy Redmine according to the selected query filter. The structure typically includes an array of issue objects with their details such as IDs, titles, statuses, priorities, assignees, and other metadata defined by Easy Redmine's API.
No binary data output is involved.
Dependencies
- Requires an Easy Redmine instance accessible via API.
- Needs an API key credential for authentication with Easy Redmine.
- The node configuration must include the Easy Redmine domain URL and a valid API token.
- Uses Easy Redmine's REST API endpoints to fetch issues and queries.
Troubleshooting
- Empty results: If no issues are returned, verify that the selected query exists and has matching issues in Easy Redmine.
- Authentication errors: Ensure the API key and domain URL are correctly configured and have sufficient permissions.
- Invalid query ID: When specifying a query ID manually, confirm it matches an existing saved query in Easy Redmine.
- API rate limits or connectivity issues: Check network access and Easy Redmine API status if requests fail repeatedly.
Links and References
- Easy Redmine API Documentation
- n8n Expressions Documentation (for dynamic query ID usage)