Events in DOORS Next
Is there any RM event (similar to RM.Event.ARTIFACT_SAVED) for changeset delivery? We would like to trigger an action (sending email) after a change set is delivered.
Also, is there any performance impact if ARTIFACT_SAVED event is used (as it will be triggered each time any artifact gets saved)? Can we have a trigger that works only for select DOORS Next project areas?
2 answers
RM.Event acts only the selected artifact. You can write an "if" statement to use the RM.Event on specific project area. Moreover execution of widgets are triggered by user interaction like Submit button.
Email can be done inside the widget, subject to the corporate firewall settings. Though connection to corporate email server is not suggested from widget code.
REST API based widget provides more flexibility as compared to RM Client API.
I haven't investigated this at all, so don't know if this will even work, but EWM can send notifications on delivery (actually change of status when deliver resolves a work item) when you're working in Jazz SCM.
Have you tried linking your DOORS Next change set to an EWM work item and seeing if you can get notifications to work that way?
Comments
Subramanya Prasad Pilar
Apr 21, 5:20 a.m.Any help will be appreciated.