Hi,
I want to list all active alerts, but i did'nt find the way to do that.
Example :
- i update Deliverable view in order to raise "respect of deliverable deliver date" alert.
- I open alert view, and previous generated alert exists in displayed list
- i unraise the alert by changing delivery date : The alert disapers from Deliverable view.
- I open alert view, and previous alert remains in displayed list
What I expected is to have a list with all active alerts (meaning that when it is no more active it dispears from a list -no more action to do-).
Is there a way to display active alerts ?
May be can use the IndicatorValue table
1- Add a new menu with IndicatorValue
2 - Filter the table with colStatus = KO and Closed = False and done = False
3 - display object name and related project name
4 - display fields : id, name, id obj, code, colIndicatorDefinition, colTargetDateTime, handled
4 - offer jump to selected object to solve the alert
What do you think ?
An Alert is generated when an indicator value is over the target value.
If value of indicator changes, being lower than trarget, indicator is updated to OK, but generated alert is not removed (it was valid when generated).
There is not "direct way" to see actual status of indicators, except the one you propose. To be stuidied. Ticket #3540.
We also have ticket #1912 that proposes to display indicators in lists of items.
Ok - it's not planned then, I develop it quicky.
Thx for your answer