disabling email in JTS does NOT prevent mail from being generated for workitem changes.. is that right?
we did our project migration this weekend (so far successfully)..
we export the workitems from source system/project, import into new system/project.
then we run a utility to fixup all the links, attachments, approval,s comments and descriptions.
in one project I turned off each users email
in another project I turned off email on the system, but the users email config was left untouched..(I am one of those users)
on the second project, I received about 100 workitem notices AFTER enabling email, at least 30 minutes AFTER the utility ended.
this sort of implies that the generation of email is done asynchronously at some later time. if so, is there a way to see what is yet to be processed?..
or, did I misunderstand how the system works?
One answer
Hello Sam,
as per:
if so, is there a way to see what is yet to be processed?.. .
yes - as of 4.0.5, I implemented a trace in the ChangeEventMailNotifier class
Enable it by adding the following entry to CCM's log4j
log4j.logger.com.ibm.team.workitem.service.internal.save.notify.ChangeEventMailNotifier=DEBUG
Hope it helps,
Eric
Comments
1 vote