Actions199
- Collections Actions
- Forms Actions
- Actions Capabilities Actions
- Activities Actions
- Attachments Actions
- Budgets Actions
- Categories Actions
- Custom Actions Actions
- Custom Options Actions
- Documents Actions
- File Links Actions
- View File Link
- Delete File Link
- Open File Link
- Download File Link
- List Project Storages
- Get Project Storage
- Open Project Storage
- Create Storage
- Get Storage
- Update Storage
- Delete Storage
- Get Storage Files
- Prepare Storage File Upload
- Create Storage Folder
- Create Storage Oauth Credentials
- Open Storage
- Create Work Package File Link
- List Work Package File Links
- Grids Actions
- Groups Actions
- Help Texts Actions
- Memberships Actions
- Query Filter Instance Schema Actions
- News Actions
- Notifications Actions
- O Auth 2 Actions
- Posts Actions
- Principals Actions
- Priorities Actions
- Query Columns Actions
- Query Filters Actions
- Query Operators Actions
- Query Sort Bys Actions
- Relations Actions
- Previewing Actions
- Revisions Actions
- Roles Actions
- Time Entries Actions
- Time Entry Activities Actions
- Types Actions
- User Preferences Actions
- Wiki Pages Actions
- Work Schedule Actions
- Meetings Actions
- Values Property Actions
- Projects Actions
- Queries Actions
- Users Actions
- Statuses Actions
- Versions Actions
- Work Packages Actions
- Get Project Work Package Collection
- Create Project Work Package
- List Work Package File Links
- Form Create Work Package In Project
- Project Available Assignees
- List Work Packages
- Create Work Package
- Form Create Work Package
- List Work Package Schemas
- View Work Package Schema
- Delete Work Package
- View Work Package
- Update Work Package
- List Work Package Activities
- Comment Work Package
- Work Package Available Assignees
- Available Projects For Work Package
- List Available Relation Candidates
- Available Watchers
- Create Work Package File Link
- Form Edit Work Package
- Revisions
- Reminders
- List Watchers
- Add Watcher
- Remove Watcher
- Views Actions
Overview
This custom n8n node interacts with the OpenProject API, specifically allowing users to view details of a single custom option by its identifier. It is useful in scenarios where workflows need to retrieve metadata or configuration options defined within an OpenProject instance, such as fetching specific custom field options for use in automation or reporting.
For example, a user might want to automatically fetch and process a particular custom option's details to update project settings or trigger conditional logic based on that option's attributes.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the custom option to be viewed. This is a required numeric value specifying which custom option's details to retrieve. |
Output
The node outputs JSON data representing the details of the requested custom option from OpenProject. This typically includes fields such as the option's id, name, and any other metadata provided by the OpenProject API for that custom option.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the OpenProject API.
- The node depends on the
@devlikeapro/n8n-openapi-nodepackage and an OpenAPI specification (openapi.json) bundled with the node to build request properties. - The base URL for the OpenProject instance must be configured in the node credentials.
Troubleshooting
- Invalid or missing Id: If the "Id" property is not provided or invalid, the node will fail to retrieve the custom option. Ensure the Id is a valid number corresponding to an existing custom option.
- Authentication errors: If the API key or base URL is incorrect or missing, the node will return authentication errors. Verify credentials are correctly set up.
- Network or API errors: Connectivity issues or API downtime may cause failures. Check network access and OpenProject service status.
- Unexpected response structure: If the OpenProject API changes, the node might not parse responses correctly. Updating the node or OpenAPI spec may be necessary.