|
4 | 4 | - SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors |
5 | 5 | - SPDX-License-Identifier: AGPL-3.0-or-later |
6 | 6 | --> |
| 7 | + |
7 | 8 | # 🔗 OpenProject Integration |
8 | 9 |
|
9 | 10 | [](https://api.reuse.software/info/github.com/nextcloud/integration_openproject) |
10 | 11 |
|
11 | | -This application enables integration between Nextcloud and open-source project management software OpenProject. |
| 12 | +This application enables integration between Nextcloud and open-source project management software OpenProject. |
12 | 13 |
|
13 | 14 |  |
14 | 15 |  |
15 | 16 |
|
16 | 17 | On the Nextcloud end, it allows users to: |
17 | 18 |
|
18 | | -* Link files and folders with work packages in OpenProject |
19 | | -* Find all work packages linked to a file or a folder |
20 | | -* Create work packages directly in Nextcloud |
21 | | -* View OpenProject notifications via the dashboard |
22 | | -* Search for work packages using Nextcloud's search bar |
23 | | -* Link work packages in rich text fields via Smart Picker |
24 | | -* Preview links to work packages in text fields |
25 | | -* Link multiple files and folders to a work package at once |
| 19 | +- Link files and folders with work packages in OpenProject |
| 20 | +- Find all work packages linked to a file or a folder |
| 21 | +- Create work packages directly in Nextcloud |
| 22 | +- View OpenProject notifications via the dashboard |
| 23 | +- Search for work packages using Nextcloud's search bar |
| 24 | +- Link work packages in rich text fields via Smart Picker |
| 25 | +- Preview links to work packages in text fields |
| 26 | +- Link multiple files and folders to a work package at once |
26 | 27 |
|
27 | 28 | On the OpenProject end, users are able to: |
28 | 29 |
|
29 | | -* View all Nextcloud files and folders linked to a work package |
30 | | -* Download linked files or open them in Nextcloud to edit them |
31 | | -* Open linked files in Nextcloud to edit them |
32 | | -* Let OpenProject create shared folders per project |
| 30 | +- View all Nextcloud files and folders linked to a work package |
| 31 | +- Download linked files or open them in Nextcloud to edit them |
| 32 | +- Open linked files in Nextcloud to edit them |
| 33 | +- Let OpenProject create shared folders per project |
33 | 34 |
|
34 | 35 | Please report issues and bugs here: https://community.openproject.org/projects/nextcloud-integration/work_packages |
35 | 36 |
|
36 | 37 | ## 📚 Documentation for users and administrators guide |
| 38 | + |
37 | 39 | - 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/). |
38 | 40 | - 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/). |
39 | 41 |
|
40 | 42 | ## 🔨 Development Setup Guide |
41 | | -- [Set up via docker](docs/setup_via_docker.md) |
42 | | -- [Start Nextcloud-OpenProject full setup](docs/setup_nc_op__full.md) |
| 43 | + |
| 44 | +- [Start Nextcloud-OpenProject setup](docs/setup_nc_op__full.md) |
43 | 45 | - [APIs for integration setup for admin](docs/setting_up_as_admin.md) |
44 | 46 | - [Setting up Integration via Shell Script](docs/setting_up_via_shell_script.md) |
45 | 47 | - [APIs for Direct Upload](docs/direct_upload.md) |
|
0 commit comments