Notification properties
When scheduling reports via URL, the notification properties are as follows:
- jrs.notification_emails
Constant: jet.cs.util.APIConst.TAG_NOTIFICATION_EMAILS
Description: Specifies the e-mail notification list for successful/failed scheduled tasks.
- jrs.success_notify
Constant: jet.cs.util.APIConst.TAG_SUCCESS_NOTIFY
Description: Specifies to send e-mail notification for successful reports.
Possible values: {true, false}. The default is false.
- jrs.fail_notify
Constant: jet.cs.util.APIConst.TAG_FAIL_NOTIFY
Description: Specifies to send e-mail notification for failed reports.
Possible values: {true, false}. The default is false.