microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
122 stars 38 forks source link

Inter-extension communication on work item form #99

Open Opiumtm opened 6 months ago

Opiumtm commented 6 months ago

Is it possible to register service in one work item form extension, then to be invoked in another form extension?

Problem: there are two work item form control contributions which supposed to work together. Is it any way to pass some event from on extension to other using SDK/XDM channel?