Last updated: 2021-06-09
Here’s a sample workflow to demonstrate the use of the Orchestration app to automate work item creation when the Ticket is created. The context of the Ticket can be passed to the work item using placeholders.


1. Create the Event when an Incident is raised.
2. Followed by the custom condition to ensure that only specific Tickets are replicated as Work items.
3. You can then pull in the App Node which will have the following configurations:
App Name: Azure DevOps - Orch
App Action: Create Work Item
Notes when Configuring Inputs:
- {{ticket.subject}}

4. Finally, to validate that the work item has been created successfully, the condition node is added to check if the status code is 200.
