https://github.com/nextcloud/integration_openproject
Integration of OpenProject project manager in Nextcloud
https://github.com/nextcloud/integration_openproject
Last synced: 7 days ago
JSON representation
Integration of OpenProject project manager in Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud/integration_openproject
- Owner: nextcloud
- License: agpl-3.0
- Created: 2021-02-24T13:42:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T01:15:26.000Z (8 days ago)
- Last Synced: 2026-02-05T13:45:35.251Z (7 days ago)
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/integration_openproject
- Size: 24.9 MB
- Stars: 70
- Watchers: 5
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# 🔗 OpenProject Integration
[](https://api.reuse.software/info/github.com/nextcloud/integration_openproject)
This application enables integration between Nextcloud and open-source project management software OpenProject.


On the Nextcloud end, it allows users to:
* Link files and folders with work packages in OpenProject
* Find all work packages linked to a file or a folder
* Create work packages directly in Nextcloud
* View OpenProject notifications via the dashboard
* Search for work packages using Nextcloud's search bar
* Link work packages in rich text fields via Smart Picker
* Preview links to work packages in text fields
* Link multiple files and folders to a work package at once
On the OpenProject end, users are able to:
* View all Nextcloud files and folders linked to a work package
* Download linked files or open them in Nextcloud to edit them
* Open linked files in Nextcloud to edit them
* Let OpenProject create shared folders per project
Please report issues and bugs here: https://community.openproject.org/projects/nextcloud-integration/work_packages
## 📚 Documentation for users and administrators guide
- For documentation on how to set up the integration as an administrator, refer to [Nextcloud integration setup](https://openproject.org/docs/system-admin-guide/integrations/nextcloud/).
- For documentation on how to use the integration once it is set up, refer to [Using the Nextcloud integration](https://openproject.org/docs/user-guide/nextcloud-integration/).
## 🔨 Development Setup Guide
- [Set up via docker](docs/setup_via_docker.md)
- [Start Nextcloud-OpenProject full setup](docs/setup_nc_op__full.md)
- [APIs for integration setup for admin](docs/setting_up_as_admin.md)
- [Setting up Integration via Shell Script](docs/setting_up_via_shell_script.md)
- [APIs for Direct Upload](docs/direct_upload.md)
- [APIs to get file information](docs/get_file_information.md)
- [Release Preparation](docs/release.md)
- [Running API tests](docs/running_API_test.md)