An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)