{"id":15051411,"url":"https://github.com/nextcloud/integration_openproject","last_synced_at":"2026-02-06T10:15:44.564Z","repository":{"id":36951615,"uuid":"341913257","full_name":"nextcloud/integration_openproject","owner":"nextcloud","description":"Integration of OpenProject project manager in Nextcloud","archived":false,"fork":false,"pushed_at":"2026-02-05T01:15:26.000Z","size":26139,"stargazers_count":70,"open_issues_count":10,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-05T13:45:35.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://apps.nextcloud.com/apps/integration_openproject","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextcloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-24T13:42:20.000Z","updated_at":"2026-02-05T01:15:07.000Z","dependencies_parsed_at":"2025-12-18T09:01:03.254Z","dependency_job_id":null,"html_url":"https://github.com/nextcloud/integration_openproject","commit_stats":{"total_commits":1255,"total_committers":28,"mean_commits":44.82142857142857,"dds":0.5776892430278884,"last_synced_commit":"2c4ac17575aa0dbd0ac0926dc97aeabfc8b15f70"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"purl":"pkg:github/nextcloud/integration_openproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fintegration_openproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fintegration_openproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fintegration_openproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fintegration_openproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcloud","download_url":"https://codeload.github.com/nextcloud/integration_openproject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fintegration_openproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T21:34:45.914Z","updated_at":"2026-02-06T10:15:44.518Z","avatar_url":"https://github.com/nextcloud.png","language":"PHP","readme":"\u003c!--\n  - SPDX-FileCopyrightText: 2022-2025 Jankari Tech Pvt. Ltd.\n  - SPDX-FileCopyrightText: 2022-2023 OpenProject GmbH\n  - SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n  - SPDX-License-Identifier: AGPL-3.0-or-later\n--\u003e\n# 🔗 OpenProject Integration\n\n[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/integration_openproject)](https://api.reuse.software/info/github.com/nextcloud/integration_openproject)\n\nThis application enables integration between Nextcloud and open-source project management software OpenProject. \n\n![](https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot1.png)\n![](https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot2.png)\n\nOn the Nextcloud end, it allows users to:\n\n* Link files and folders with work packages in OpenProject\n* Find all work packages linked to a file or a folder\n* Create work packages directly in Nextcloud\n* View OpenProject notifications via the dashboard\n* Search for work packages using Nextcloud's search bar\n* Link work packages in rich text fields via Smart Picker\n* Preview links to work packages in text fields\n* Link multiple files and folders to a work package at once\n\nOn the OpenProject end, users are able to:\n\n* View all Nextcloud files and folders linked to a work package\n* Download linked files or open them in Nextcloud to edit them\n* Open linked files in Nextcloud to edit them\n* Let OpenProject create shared folders per project\n\nPlease report issues and bugs here: https://community.openproject.org/projects/nextcloud-integration/work_packages\n\n## 📚 Documentation for users and administrators guide\n- 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/).\n- 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/).\n\n## 🔨 Development Setup Guide\n- [Set up via docker](docs/setup_via_docker.md)\n- [Start Nextcloud-OpenProject full setup](docs/setup_nc_op__full.md)\n- [APIs for integration setup for admin](docs/setting_up_as_admin.md)\n- [Setting up Integration via Shell Script](docs/setting_up_via_shell_script.md)\n- [APIs for Direct Upload](docs/direct_upload.md)\n- [APIs to get file information](docs/get_file_information.md)\n- [Release Preparation](docs/release.md)\n- [Running API tests](docs/running_API_test.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fintegration_openproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcloud%2Fintegration_openproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fintegration_openproject/lists"}