OpenProject

Follow these steps to seamlessly integrate with OpenProject:

Generate an API Token

  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.

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

  1. 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

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

  2. 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}

  3. Check the Enabled checkbox.

Fill webhook details

  1. To enable all events Click check all.

  2. Click Create to complete webhook creation.

Check necessary conditions

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

Last updated