# integration_openproject **Repository Path**: mirrors_nextcloud/integration_openproject ## Basic Information - **Project Name**: integration_openproject - **Description**: Integration of OpenProject project manager in Nextcloud - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🔗 OpenProject Integration [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/integration_openproject)](https://api.reuse.software/info/github.com/nextcloud/integration_openproject) This application enables integration between Nextcloud and open-source project management software OpenProject. ![](https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot1.png) ![](https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot2.png) 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)