Skip to main content

OpenProject

Follow these steps to seamlessly integrate with OpenProject:

Generate an API Token

warning

API Token User must be an Administrator.

  1. Navigate to Profile Photo > Account Settings in OpenProject.

    OpenProject Navigate-to-Profile>Account-Settings

  2. Navigate to Access Tokens.

  3. Click on + API token to create new API token.

    OpenProject-Navigate-to-Access-tokens-Chick-API-token

  4. Assign a name to the token, for instance, dd-token.

  5. Click on Create to create the API token.

warning

This is the only time you will see this token, make sure to copy it now.

OpenProject-Enter-token-name-and-click-create

Create Webhook

Steps to Create a Webhook:

  1. Navigate to Profile Photo > Administration in OpenProject.

    OpenProject Navigate-to-Profile>Administration

  2. Navigate to API and webhooks.

Navigate to API and Webhooks

  1. Navigate to Webhooks and Click the + Webhook.

    Navigate to Webhooks and Click the + Webhook

  2. Enter a name for webhook, say devd-webhook.

  3. 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}
  4. Check the Enabled checkbox.

warning

The webhook will trigger on the selected events only when the Enabled checkbox is checked.

Fill webhook details

  1. To enable all events Click check all.
  2. Click Create to complete webhook creation.
warning

It's important that you enable all events, else you might see inconsistency in DevDynamics portal.

Check necessary conditions


With these steps completed, the integration with OpenProject is successfully done!