![]() |
|
|
Rank / EscalationA special rank field is available to allow you to sort issues using a configurable ranking formula. The rank menu allows you to define the formula used in this calculation. The rank field is just like any other field. It can be added as a column in the main menu and made visible to any of the issue detail screens. The formula must return a numerical rank which is commonly used for escalation purposes. You can also set the rank to specific values that can be searched for by filters. This is very useful for triggering events, such as overdue items. When using dates in the formulas, you must remember that dates are calculated down to the millisecond. When you enter a due date, you typically only enter the year/month/day. The system however, stores it down to the millisecond (defaulting to 0's if it has nothing else). Therefore you can not simply compare dates to the current Date() method, as the millisecond at any instance is not going to be 0's. Formula Examples: Set rank based on priority:
Default Formula (if empty) is:
Formula for setting rank to 1 for any issues that have passed their
due date.
Formula for setting rank to 1 for any issues that are Open and any issues
that were closed in the last X milliseconds.
note: substitute "X" for "new Long(XL).longValue()" for large numbers (ie: greater than 10 days) Set rank based on priority, where priority increases (towards 1.0) as
time since last modified grows... items that are priority 2 will reach
priority 1 in 4 hours, items that are priority 3 will reach priority 2
in 1 day:
Custom fields must be referenced using their field ID. For example,
the following formula references a custom numerical field with id 21:
we simply set rank to be the same value as the custom field here! This formula will set (to 1) any requested due date that matches today:
Quick reference for OGNL: Properties/Functions available to FBT Bug Struct :
|
SYSTEM INFO
INSTALLATION GUIDE USER GUIDE
ADMIN GUIDE |
|
© 1997-2007| ALCEA TECHNOLOGIES INC. - All Rights Reserved For more information inquire here or email us at fit@alceatech.com. 1-877-321-4463 Head Office |