To return the number of days since the last update (this field can be used to find out what tasks have been neglected for a long time), use the following Task / Custom Field Value script:
((new java.util.Date()).getTime() - task.getUpdatedate().getTime().getTime())/DAYS
Associated custom field properties:
Property |
Value |
Type |
Integer |
Copyright (c) 2002-2006. All rights reserved.
|