<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Email All Users? (Thread)</title><description>   Is there an easy method in SpiraTeam to email all Active Users (e.g. to send global announcement regarding planned downtime)?      Note : My system already has email notifications; I'm just curious whether ST provides a global announcement function I don't immediately see.   </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/issues-questions/150.aspx</link><item><guid isPermaLink="false">threadId=150</guid><author>Julie Robertson (jrobertson@aperio.com)</author><title>Email All Users?</title><description>   Is there an easy method in SpiraTeam to email all Active Users (e.g. to send global announcement regarding planned downtime)?      Note : My system already has email notifications; I'm just curious whether ST provides a global announcement function I don't immediately see.   </description><pubDate>Wed, 31 Aug 2011 16:32:43 -0400</pubDate><a10:updated>2012-12-04T21:25:15-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/150.aspx</link></item><item><guid isPermaLink="false">messageId=285</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Not currently I'm afraid.</title><description>Not currently I'm afraid.</description><pubDate>Wed, 07 Sep 2011 17:10:13 -0400</pubDate><a10:updated>2011-09-07T17:10:13-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/150.aspx#reply285</link></item><item><guid isPermaLink="false">messageId=841</guid><author>Dennis Weisgram (dmweisgram@aol.com)</author><title>If you have access to the database, you can query active users with these: --This query looks for ac</title><description>If you have access to the database, you can query active users with these: --This query looks for active users with active logins across projects SELECT FIRST_NAME, LAST_NAME, EMAIL_ADDRESS FROM TST_USER WHERE LAST_LOGIN_DATE IS not NULL and ACTIVE_YN = 'Y';  --This query looks for active users with acitve logins for a select project(s) SELECT U.FIRST_NAME, U.LAST_NAME, U.EMAIL_ADDRESS  FROM TST_USER U     ,TST_PROJECT_USER PU WHERE PU.USER_ID = U.USER_ID AND U.LAST_LOGIN_DATE IS not NULL  AND U.ACTIVE_YN = 'Y' AND PU.PROJECT_ID IN(&lt;ENTER THE PROJECT IDS HERE); &#xD;
&#xD;
</description><pubDate>Tue, 04 Dec 2012 21:25:15 -0500</pubDate><a10:updated>2012-12-04T21:25:15-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/150.aspx#reply841</link></item></channel></rss>