Within Java, attempting to access the $WORKSPACE var returns null. This variable is needed to form the file path to a Project workspace for the Weekly Report HTML file to be created.
Workaround - This issues is being overcome by manually setting the workspace file path in Messages.properties through the MailSender.reportFilePath parameter. This however is inconvenient for a user to have to know and manually set their workspace file path, so this solution is being considered a temporary workaround.
Within Java, attempting to access the $WORKSPACE var returns null. This variable is needed to form the file path to a Project workspace for the Weekly Report HTML file to be created.
Workaround - This issues is being overcome by manually setting the workspace file path in
Messages.propertiesthrough theMailSender.reportFilePathparameter. This however is inconvenient for a user to have to know and manually set their workspace file path, so this solution is being considered a temporary workaround.