OpenProject icon

OpenProject

Interact with OpenProject via API

Actions199

Overview

This node allows users to view a specific Query Filter by its identifier within the OpenProject system. It is useful when you want to retrieve detailed information about a particular saved query filter, for example, to display or use it in further automation workflows.

Practical examples include:

  • Fetching a saved filter configuration to apply it elsewhere.
  • Retrieving filter details to audit or log user preferences.
  • Using the filter data as input for other nodes or processes.

Properties

Name Meaning
Id The unique identifier of the Query Filter to view. This is required and typically corresponds to the filter's key or name (e.g., "status").

Output

The node outputs JSON data representing the details of the requested Query Filter. This includes all relevant properties of the filter such as its criteria, conditions, and metadata as returned by the OpenProject API.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the OpenProject API.
  • The node depends on the OpenProject REST API being accessible at the configured URL.
  • Proper permissions are needed to access query filters via the API.

Troubleshooting

  • Common issues:

    • Invalid or missing Query Filter Id will result in errors or empty responses.
    • Authentication failures if the API key or credentials are incorrect.
    • Network connectivity problems to the OpenProject server.
  • Error messages:

    • "Not Found" or similar indicates the specified Query Filter Id does not exist.
    • "Unauthorized" or "Forbidden" suggests invalid credentials or insufficient permissions.
  • Resolutions:

    • Verify the Query Filter Id is correct and exists in OpenProject.
    • Check that the API key credential is valid and has necessary access rights.
    • Ensure the OpenProject instance URL is reachable from n8n.

Links and References

Discussion