<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #FFD700; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
To send data out from your Azure DevOps instance you will have to create two webhooks which will be triggered by creating/updated Task work items.
To create the webhooks that will share data out of Azure DevOps, follow these steps:
In Azure DevOps, select the project that contains the work items you want to share out. |
In the bottom left-hand corner, click into the Project settings tab. |
Click the Service hooks option in the Project settings menu. |
Click the green plus icon to create a new webhook. |
Choose the Web Hooks option and click Next |
Configure the trigger and filters for this webhook and click Next. |
Fill in the URL, basic authentication credentials, and other settings. Click Finish to complete the webhook setup.
|
Repeat the above steps, but choose Work item updated in Step 6 if you chose Work item created or Work item created if you chose Work item update |