OpenProject
Last updated
Last updated
Follow these steps to seamlessly integrate with OpenProject:
API Token User must be a Administrator.
Navigate to Profile Photo > Account Settings in OpenProject.
Navigate to Access Tokens.
Click on + API token to create new API token.
Assign a name to the token, for instance, dd-token
.
Click on Create to create the API token.
This is the only time you will see this token, make sure to copy it now.
Navigate to Profile Photo > Administration in OpenProject.
Navigate to API and webhooks.
Navigate to Webhooks and Click the + Webhook.
Enter a name for webhook, say devd-webhook
.
Create the webhook URL for your organisation using the given template and paste it in Payload URL field.
Template: https://api.devdynamics.ai/integration/issue/openproject/{OrgId}/webhook?integrationKey={OpenProjectBaseUrl}
OpenProjectBaseUrl
: e.g. https://orgname.openproject.com
OrgId
: Get orgId from https://app.devdynamics.ai/settings/organisation
Check the Enabled checkbox.
The webhook will trigger on the selected events only when the Enabled checkbox is checked.
To enable all events Click check all.
Click Create to complete webhook creation.
Its important that you enable all events, else you might see inconsistency in Devdynamics portal.
With these steps completed, the integration with OpenProject is successfully done!