Azure DevOps
Last updated
Last updated
Azure DevOps provides a comprehensive suite of tools for collaboration, agile project management, code versioning, and deployment. Integrating Azure DevOps with ReleaseOwl ensures seamless synchronization of user stories, project management tasks, and updates between both platforms.
To integrate Azure DevOps with ReleaseOwl, follow these steps to create a credential:
Navigate to Credential Manager:
Go to Administration > Credential Manager in ReleaseOwl.
Register a Credential:
Click on Register Credential.
Fill in the Required Fields:
Credential Name: Provide a descriptive name for the credential (e.g., "Azure DevOps Credential").
Credential Type: Choose Azure DevOps from the dropdown.
URL: Enter the Azure DevOps Organization URL (e.g., https://dev.azure.com/<your-organization>
).
Authentication: Enter the required authentication parameters, such as a Personal Access Token (PAT).
Save the Credential:
Click Save to store the credential.
To link an Azure DevOps project to a ReleaseOwl project, follow these steps:
Navigate to the Project Settings:
Select the required project in ReleaseOwl.
Go to Project Settings.
Go to Integration Tab and Fill in the Required Fields:
Name: Enter a name for the integration (e.g., "Azure DevOps Integration").
Description: Add a description for the integration.
External System: Select Azure DevOps.
Credential: Choose the previously registered Azure DevOps credential from the dropdown.
Host URL: Enter the Azure DevOps Organization URL (e.g., https://dev.azure.com/<your-organization>
).
External Project: Select the Azure DevOps project to integrate from the list.
Webhook URL: This will be autogenerated. Copy the URL to configure a webhook in Azure DevOps.
Save the Integration:
Save the integration to establish the link between the Azure DevOps and ReleaseOwl projects.
ReleaseOwl supports bidirectional integration, allowing synchronization of user stories between Azure DevOps and ReleaseOwl.
Go to the Azure DevOps Project:
Navigate to the project in Azure DevOps.
Sync User Stories:
In ReleaseOwl, go to Change Management > User Stories Menu.
Click the Sync User Stories icon.
Complete the Sync:
A pop-up will confirm when the sync is complete with the message: "User Story Sync Completed."
Click OK to finish.
To enable real-time updates for user stories between Azure DevOps and ReleaseOwl, configure a webhook in Azure DevOps:
Navigate to Webhooks in Azure DevOps:
Go to Project Settings > Service Hooks > Webhooks.
Create a New Webhook:
Click + Add to create a webhook.
Enter the Webhook URL provided by ReleaseOwl in the integration settings.
Set Trigger Criteria:
Define the conditions under which the webhook will trigger, such as:
Work Item Created
Work Item Updated
Save the Webhook:
Save the configuration.
The webhook ensures that any updates or status changes to user stories in Azure DevOps are reflected in ReleaseOwl.
Likewise, updates in ReleaseOwl are synchronized with Azure DevOps, making the integration fully bidirectional.
For more details, refer to the official documentation: .