Change set delivery event in DOORS Next

We have enabled mandatory change set for making any changes in our DOORS Next instance so that any modifications to DOORS Next artifacts can be made only through change set.
Our goal is to send email notification to users when certain changes (to a specific attribute) are made (and delivered via change set). If we have to do this programmatically / through custom code/extension, is there any event trigger available (so that we can trigger some email whenever change set gets delivered)?
Any help would be appreciated.
2 answers

Hi Samarth,
There is no such a functionally in DOORS Next yet. However you will be able to achieve something similar using custom extensions (development).

These are the available APIs for all the applications: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
EWM has an SDK and you could (maybe) create such automation. I am not aware of an SDK for DOORS Next. I don't think you can create an automation like that. If it is possible at all, I would try to use the client API https://jazz.net/wiki/bin/view/Main/RMExtensionsMain .