Integration of OpenProject project manager in Nextcloud
Перейти к файлу
Sawjan Gurung d2e7ba914b
Merge pull request #760 from nextcloud/ci/skip-master-nc
ci: skip nextcloud master branch in release branches
2025-01-27 12:48:02 +05:45
.github ci: skip nextcloud master branch in release branches 2025-01-27 12:10:23 +05:45
.tx
appinfo ci: bump nextcloud version to 32 (#758) 2025-01-24 16:31:09 +05:45
css
dev docs: add information on initial realm setup 2025-01-20 16:05:23 +05:45
docs docs: add information on initial realm setup 2025-01-20 16:05:23 +05:45
img
l10n Fix(l10n): Update translations from Transifex 2025-01-27 01:07:43 +00:00
lib
src
templates
tests
.eslintrc.js
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md ci: bump nextcloud version to 32 (#758) 2025-01-24 16:31:09 +05:45
COPYING
README.md
babel.config.js
bootstrap.php chore: allow server path via env 2025-01-23 11:22:30 +05:45
composer.json chore: add code linter make targets 2025-01-23 11:22:30 +05:45
composer.lock
docker-compose.override.example.yml
docker-compose.yml
integration_setup.sh
jest.config.js
makefile ci: use make targets in the ci 2025-01-23 11:35:59 +05:45
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