If either options "%{day_of_week_setting_name}" or "%{first_week_setting_name}" are set, the other has to be set as well to avoid inconsistencies in the frontend.
@ -207,7 +207,7 @@ Want to upgrade from a Community version to try out the Enterprise premium featu
## Migrating to OpenProject 11.3
Follow the [upgrade guide for the packaged installation or Docker installation](../installation-and-operations/operation/upgrading/) to update your OpenProject installation to OpenProject 11.3.
Follow the [upgrade guide for the packaged installation or Docker installation](https://docs.openproject.org/installation-and-operations/operation/upgrading/) to update your OpenProject installation to OpenProject 11.3.
We update hosted OpenProject environments (Enterprise cloud) automatically.
@ -123,6 +123,10 @@ You need to configure just two things in the webhook.
The **Content Type** has to be `application/json`.
The **Payload URL** must point to your OpenProject server's GitHub webhook endpoint (`/webhooks/github`).
<divclass="alert alert-info"role="alert">
**Note**: For the events that should be triggered by the webhook, please select "Send me everything".
</div>
Now you need the API key you copied earlier. Append it to the *Payload URL* as a simple GET parameter named `key`. In the end the URL should look something like this:
@ -25,49 +25,49 @@ The integration is available starting with Nextcloud 20. It enables users to kee
To activate your integration to OpenProject in Nextcloud, navigate to the built in app store under your user name in Your apps. You can use the search field in the top right corner to look for the OpenProject integration. Click the button Download and enable.
Enter the URL of your OpenProject instance and your access token which you can find in OpenProject under My Account and then Access token. Reset the API token and copy/paste it.
**Display of OpenProject in the Nextcloud dashboard**
On the Nextcloud dashboard you can add an OpenProject widget. Display the latest changes to your project's work packages to keep an eye on your ongoing project activities directly from your Nextcloud instance.
In your personal settings in Connected accounts, please remember to also activate the Enable navigation link to display a link to your OpenProject instance in the header navigation.
By activating "enable unified search for tickets" in your personal settings, the Nextcloud dashboard will include OpenProject information in the the built-in universal search:
![Unified_search](../faq/Unified_search.png)
![Unified_search](Unified_search.png)
**Set up of OAuth to OpenProject**
Within your Settings under Administration and then Connected Accounts you can set-up the OAuth authentication to your OpenProject instance.
![OAuth](../faq/OAuth.png)
![OAuth](OAuth.png)
In OpenProject, add Nextcloud as application under Administration then Authentication and OAuth and enter the information in your Nextcloud instance.
## Where do I find the Nextcloud integration in OpenProject?
@ -77,4 +77,4 @@ Further integration efforts are under way, which will deliver a Nextcloud integr
If the notifications are not displayed in your Nextcloud dashboard, please check the following in your Nextcloud basic settings: in the background jobs, Cron must be activated.