Add users dynamically to Build Forge adapter
![]()
Does anyone know how to easily add people who did not make any code changes to the Build Forge notification list? The only way in which I got this to work is by adding them to the adapter's code.
I changed the following: <adduser group="MyChangers" user="$4"/> To: <adduser group="MyChangers" user="userid_1"/> <adduser group="MyChangers" user="userid_2"/> <adduser group="MyChangers" user="userid_3"/> However, this is very inconvenient: Thanks, Jozef |
2 answers
![]() Just updating this thread with the fact that I submitted a PMR (07626,004,000) for the problem that the adaptor is no longer able to send a notification email to a group when switching to the MJC. |