Integration of OpenProject project manager in Nextcloud
Перейти к файлу
Nextcloud bot 0f75f593d8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-21 01:08:27 +00:00
.github
.tx
appinfo
css
docs
img
l10n Fix(l10n): Update translations from Transifex 2024-11-21 01:08:27 +00:00
lib Change the log for getting GroupFolder through files endpoint to info (#736) 2024-11-13 14:07:02 +05:45
src
templates
tests revert the changes of api-tests file (#738) 2024-11-12 16:04:25 +05:45
.eslintrc.js
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
COPYING
README.md
babel.config.js
bootstrap.php
composer.json
composer.lock
docker-compose.override.example.yml
docker-compose.yml
integration_setup.sh
jest.config.js
makefile
package-lock.json
package.json
phpunit.xml
psalm.xml
stylelint.config.js
testplan.md
webpack.js

README.md

🔗 OpenProject Integration

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

🔨 Development Setup Guide