What DOORS NG functionality can utilize email to users?
Good day,
- Can DOORS NG send an email to users when the requirement "status" transitions to another state?
- Can DOORS NG send an email to users when a linked requirement changes?
Accepted answer
Hi Mary,
The only way to get emails for these 2 events would be through customisation.
But even then it would be more challenging than the average extension since it would essentially require a DOORS classic DXL trigger type behaviour which hooks into standard interface events.
Here are a couple of resources on developing RM extensions
https://jazz.net/wiki/bin/view/Main/RMExtensionsAPI605
https://jazz.net/wiki/bin/view/Main/RMExtensionsHostingGuide605
I have developed several extensions for automating things such as calculating values (similar to DOORS classic layout DXL), automating the sycnhronisation of Primary Text and name attributes (since they can get out of sync), fetching data from the ends of links etc.
I found this work much more challenging than comparable DXL since RM Extensions rely on asynchronous multithreaded JavaScript. If you are already a JavaScript developer you might find it more intuitive.
If DNG product management could make script development simpler it would go a long long way to enhancing the productivity and power of the tool.
One other answer
1) Go to https://[Server]/jts/admin with administrator access
2) Click 'Server' from around top left
3) Find E-mail Settings from left hand navigation
4) Change the value of 'Enable E-mail Notification' to false
You would need scripting to get DNG to send emails when requirements change state or for suspect link activity.
Comments
Great!