05-30-2020, 08:10 PM
If you want to send notifications with links back to your TACTIC server, you can use the <services><mail_base_url/></services> directive.
Then the URL is available through the expression language variables BASE_URL and PROJECT_URL in the subject and messages attributes of the notification.
ie. Click <a href="{$PROJECT_URL}/link/my_tasks">here</a> to view your task.
Then the URL is available through the expression language variables BASE_URL and PROJECT_URL in the subject and messages attributes of the notification.
ie. Click <a href="{$PROJECT_URL}/link/my_tasks">here</a> to view your task.