cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SQL - Find all work items sending notifications to an email address

SQL - Find all work items sending notifications to an email address

While troubleshooting various notification issues, it may be helpful to capture a list of all the work items that are currently sending notifications to a given email address.

 

select wi.name, wi.description, wi.type, wi.type, wi.state, ident.display_name, ident.email from spt_identity ident, spt_work_item wi where wi.owner=ident.id and ident.email='ashley.simpson@demoexample.com';

 

Screen Shot 2013-10-18 at 6.38.41 PM.png

 

In this example, the Identity for Aaron Nichols was accidentally given the email address, "Ashley.Simpson@demoexample.com". This would cause Aaron Nichols to never receive any notifications for work items assigned to him, while Ashley Simpson's email box would be flooded with notifications even though no work items appeared in her IdentityIQ Inbox.

Labels (1)
Version history
Revision #:
3 of 3
Last update:
‎May 31, 2023 01:44 PM
Updated by:
 
Contributors