Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

Fusion Integration with ADO

Avatar

Level 1

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? 

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

 

 

View solution in original post

10 Replies

Avatar

Correct answer by
Level 1

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

 

 

Avatar

Level 1

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?

Avatar

Level 1

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.

Avatar

Level 1

Here we are using only one project from ADO. And also we are planning to add a filter after the watch event module. But the issue is we were not able to establish the connection properly. we were able to authenticate, but not able to load data for Project.

Avatar

Level 1

Once you create the connection, you need to specify a webhook in the Watch module — it should look similar to what you can see in the screenshot.
After that, when you make any change in a Feature, the scenario will be triggered, and you’ll see the data appear as shown in the second screenshot.

  

SCR-20251010-nelg.png

SCR-20251010-nffk.png

 

Avatar

Level 1

Exactly we should see this. but instead of this I am seeing the attached one. is there something i am lacking in permissions. Because i am not able to see my name in Project teams or any permissions.

 

Avatar

Level 1

Does the account you’re using for the connection have access to the projects in the organization you selected while configuring the connection?

Avatar

Level 1

The account I am using is my account. I am able to view project in ADO link provided. But I am not sure if i have permission to read the project.

Avatar

Level 1

In that case, please check your ADO access. Try making some API calls from Postman to see if they work — if not, it’s definitely an access issue. If you have any ADO - Fusion-related questions, feel free to reach out to me.

Avatar

Level 1

Sure let me check the access part. Thank you so much for the prompt response. really helped me a lot to understand the connection.