Greetings! I'm a newbie with Fusion and I just built my first successful scenario! WOOHOO!
But, what I need is to build a webhook or event to listen for the scenario and run when an Issue's Status changes to "Ready for Fusion". Can someone help me create that? I'm not sure where to start. Thank You! Deb
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
HI Deborah. Welcome to Fusion, I'm excited for all you will learn.
One thing: when posting fusion questions, there is a sub community you can post to. Some of the Fusion experts only monitor there so you can get them faster by posting there instead of the general community. (I've moved this post over there)
I can't currently access my fusion instance so I can't double check the specific names but you should be able to replace your search module with a watch events module and set it to watch for status changes. Adobe Workfront modules | Adobe Workfront
Views
Replies
Total Likes
HI Deborah. Welcome to Fusion, I'm excited for all you will learn.
One thing: when posting fusion questions, there is a sub community you can post to. Some of the Fusion experts only monitor there so you can get them faster by posting there instead of the general community. (I've moved this post over there)
I can't currently access my fusion instance so I can't double check the specific names but you should be able to replace your search module with a watch events module and set it to watch for status changes. Adobe Workfront modules | Adobe Workfront
Views
Replies
Total Likes
Webhook Watch Events:
Webhook Name: Something descriptive
Connection: Preview Server for testing or Production for live
Record Type: Issue
State: New State
Event Filter: status Equals (status code for desired status) AND status Changed (Ignore duplicate events)
Exclude updates made by this connection: I usually uncheck so that other scenarios can trigger but if you don't want you can keep this checked
Record Origin: New and Updated Records (New allows for issues created with status to also be considered)
Get status code from Workfront -> Setup -> Project Preferences -> Statuses -> Issue
Views
Replies
Total Likes