New issues

E

Earl Lewis

Seems like an easy enough question but have not been able to find any
documentation on it. So hear goes: What is the mechanism that determines if
an issue is 'new' and how long does it stay 'new'? Also, is it something
that's configurable? If so, where? Thanks.

Earl
 
E

Earl Lewis

For anyone that's interested the answer to my questions lies in the WSS
command line properties. There is no documentation of this in the project
server manuals - which makes sense from the MS point of view. But.... it
would certainly help if they told you to go looking there for the
nitty-gritty WSS answers.

The bottom line - use the following commands on the WSS server to get/set
the property:

stsadm.exe -o getproperty -pn days-to-show-new-icon
stsadm.exe -o setproperty -pn days-to-show-new-icon -pv <value - an integer
 
Top