We need to do some "post-processing" on work items created and/or updated in Azure DevOps.
We are trying to see if Azure Logic Apps can do this for us, and luckily Azure Logic Apps contains a step designed for this - "DevOps - When a work item is created".
However - I am required to specify the "source project" in Azure DevOps:
But we need to be have the flow triggered across our project pool.
The only was we can see is to deploy an Azure Logic App for each project, which is undesirable for us for at variety of reasons - a major one is the maintenance nightmare it will create for us.
So - can we make a trigger in Azure DevOps that will be hit when a work item is created/updated ... across projects?