Complete n8n community node for OpenProject API integration with full coverage of all 15 resources including projects, work packages, users, groups, documents, attachments, meetings, activities, file links, categories, budgets, custom fields, time entries
This is a comprehensive n8n community node that provides complete integration with the OpenProject API, covering all 14 major resources for full project management and collaboration capabilities.
Unlike other OpenProject nodes, this implementation provides complete coverage of the OpenProject API v3 specification with 14 major resources:
Core Project Management:
- Projects, Work Packages, Users, Time Entries
Collaboration & Content:
- Groups, Documents, Attachments, Meetings
Advanced Features:
- Activities, File Links, Categories, Budgets, Custom Fields, Work Schedules
Special Operations:
- Group member management, File upload/download, Emoji reactions, Work schedule management
Follow the installation guide in the n8n community nodes documentation.
``bash`
npm install n8n-nodes-openproject-complete
1. Clone or download this repository
2. Run npm run build to compile the TypeScript codenpm link
3. Run in the project directorynpm link n8n-nodes-openproject-complete`
4. In your n8n installation directory, run
5. Restart n8n
This node requires OpenProject API credentials. You can create these in your OpenProject user settings:
1. Go to your OpenProject instance
2. Navigate to your user profile → API
3. Generate an API key
4. Use the API key along with your OpenProject instance URL in the credential configuration
- API Key: Use your OpenProject API key (recommended)
- Session: Use username and password for session-based authentication
1. Set domain to "Work Packages"
2. Set resource to "Work Packages"
3. Set operation to "Create"
4. Fill in the required fields:
- Subject: "New feature implementation"
- Project ID: "1"
5. Optionally add additional fields like description, assignee, due date, etc.
1. Set domain to "Projects"
2. Set resource to "Projects"
3. Set operation to "List"
4. Optionally set filters in additional fields
- OpenProject API Documentation
- n8n community nodes documentation