Similar to Azure DevOps, you can set up a WebHook in GIT to collect data when changes are made to the system. Webhooks in GIT are not global and apply to each project you configure them on. Configuring Your Webhook To start, you create your HTTP “listener” URL and add that to GIT. It’s important … Read More
Month: July 2025
Connecting to Azure DevOps using the Wiql API
Sometimes you are going to want to retrieve work items from your Azure DevOps Organization, maybe to perform some complex functions that you can’t do inside of DevOps. Maybe it’s merging data between different projects, comparing who did what work across different organizations, etc, etc. Whatever the reason, you’re going to want to get that … Read More