Linking to Dashboard and Work Items in Email Notifications

  • 7011146
  • 01-Dec-2011
  • 02-Nov-2012

Environment

NetIQ Access Governance Suite

Situation

Email notifications can direct the recipient to the Access Governance Suite dashboard or can link directly to a specific work item within Identity IQ, directing the recipient to a specific action required.

Resolution

To link to the dashboard, include the following reference:

http://localhost:8080/identityiq/dashboard.jsf

To link to a specific work item, include a reference as shown here:

http://localhost:8080/identityiq/workitem/workItem.jsf?id=${item.id}  (where item.id is the ID number of the specific work item)

Email templates can be customized on the debug pages at http://localhost:8080/identityiq/debug/debug.jsf.  From the drop-down list, select EmailTemplate and then click List.  Then select the template to edit it.

debugpages.png

Alternatively, enter "iiq console" at a command line prompt and use checkout and checkin commands to edit the desired template.