Expand my Community achievements bar.

SOLVED

Event Subscription for Create Task Filter for converted Project

Avatar

Level 1

I am creating an Issue via API on a Request Queue. This issue is converted to Project manually using a template. Tasks, configured in template, are added to converted project. Now I want to write an Workfront Event Subscription which will notify me Whenever a task is created on a converted project whose issue's Request Queue is same always.

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi @RJ1207 

 

I think you need to have a "Watch events" module to watch for new tasks that satisfy your criteria (convertedOpTaskName is not blank).

 

Then a "Search" module to search for the request (convertedOpTaskName) and get its projectID. If the Project ID is the same as your request queue's project ID then pass let it pass through to the next module

 

In this next module you subscribe the user to the project using a custom webhook module. I'm not sure how to structure that but can help you with this link - https://experienceleague.adobe.com/en/docs/workfront-fusion/using/references/apps-and-their-modules/....

 

Hope this helps. Happy to chat through in case you run into any roadblocks

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

Hi @RJ1207 

 

I think you need to have a "Watch events" module to watch for new tasks that satisfy your criteria (convertedOpTaskName is not blank).

 

Then a "Search" module to search for the request (convertedOpTaskName) and get its projectID. If the Project ID is the same as your request queue's project ID then pass let it pass through to the next module

 

In this next module you subscribe the user to the project using a custom webhook module. I'm not sure how to structure that but can help you with this link - https://experienceleague.adobe.com/en/docs/workfront-fusion/using/references/apps-and-their-modules/....

 

Hope this helps. Happy to chat through in case you run into any roadblocks