84c8430a04
Signed-off-by: Nextcloud bot <bot@nextcloud.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
css | ||
docs | ||
img | ||
l10n | ||
lib | ||
src | ||
templates | ||
tests | ||
.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
- For documentation on how to set up the integration as an administrator, refer to Nextcloud integration setup.
- For documentation on how to use the integration once it is set up, refer to Using the Nextcloud integration.