Forum Discussion
mthibodeaux
Feb 10, 2020Copper Contributor
Using Logic Apps to trigger Work Items in DevOps from triggers in Azure Security Center.
Dear Colleagues,
I am looking for a workflow that is triggered from anything in Azure Security Center (reccomendations first) to a new bug or issue in Azure DevOps. Right after this there is a...
yoavfrancis
Feb 11, 2020Former Employee
Hi mthibodeaux,
Does the Logic App Azure DevOps trigger does not work for you?
It should allow you to achieve what you need.
Thanks,
Yoav Francis
Senior Program Manager, Azure Security Center
mthibodeaux
Feb 19, 2020Copper Contributor
yoavfrancisThanks for your response so I have tried it in several variations and an initial one worked but here is how it is confirgured:
Step 1: Use App --> When an Azure Security Center Recommendation is created or triggered
(Preview)
Step 2:
Azure DevOps App: Create a work item
| O365 App: Send an email (V2) |
MS Teams App: Post a message (V3)
|
The mail and the teams one works but the Azure DevOps one does not. Any chance that I am doing something incorrect?
Michael
- mthibodeauxFeb 19, 2020Copper Contributor
@yoavfrancis so I reorganized the logical app adn on one test without any fields a new bug in Azure DevOps was added. Because of this success I added some values in the devops app.
After adding the values the app failed becasue the field were not found. Interestingly enough when the mail app and the devops app are run in parrallel a mail is sent with the appropriate fields but the DevOps app fails.
- yoavfrancisFeb 19, 2020Former Employee
Hi mthibodeaux,
Could you kindly open a support ticket routed to Logic App? they'll be able to provide support for the Azure DevOps action that you're trying to trigger and doesn't work.
Thanks,
Yoav
- mthibodeauxFeb 19, 2020Copper Contributor
yoavfrancisIt woudl be great but the permission is not granted to add this. I will be adding this to the MS Teams with our MS TAM.
- dolivapaFeb 12, 2021Copper ContributorI have the same problem. the sending of the mail works correctly but, it does not create the work items in Azure Devops. Has anyone works for you?