Fusion Integration with ADO | Community
Skip to main content
Level 2
October 9, 2025
Solved

Fusion Integration with ADO

  • October 9, 2025
  • 1 reply
  • 1301 views

Hi all, does anyone have performed Fusion integration with ADO using http module? I have to start the scenario only if my work item in ADO status changes. Any suggestions / document available for this? 

Best answer by AndrewShevchyk

Hello,
You can configure a webhook in your ADO project settings to trigger your Fusion webhook whenever a work item’s status changes

 

 

1 reply

AndrewShevchykAccepted solution
Level 2
October 10, 2025

Hello,
You can configure a webhook in your ADO project settings to trigger your Fusion webhook whenever a work item’s status changes

 

 

RamyaP_Author
Level 2
October 10, 2025

Thank you for sharing the screenshot as well. It is very helpful. So we can use this method even though we will be having to and forth communications? Because after this trigger again we have a scenario where we need to fetch documents from Feature and attach it in the Workfront Project. And also can't we use the inbuilt ADO toll in Fusion?

Level 2
October 10, 2025

Yes, we can use the built-in ADO tool in Fusion. However, it doesn’t allow you to watch only a specific field (such as state in your case). This module will be triggered every time any change is made to the selected work item. Also, the “Watch work items” module can be configured only for one project — even though you might have multiple projects within the same organization.

With a webhook, you can specify the exact field that should trigger it. If you have multiple projects, you’ll need to configure the webhook in each of them, but all of them can trigger the same scenario.

Another possible approach is to use a custom HTTP call that runs on a schedule (for example, every 5 minutes) and checks if the state field has changed. This option can work across all projects.