How are calculate the Statistics

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Sebastien Laplace

How are calculate the Statistics

Post by Sebastien Laplace »

I begin with Mantis.

I try to understand how are calculate the statistics on the screen of synthesis.

For exemple I have 4 different state and I keep the different resolution wich are possible.

On my screen I have :

Par état Ouvert Résolu Fermé Total
Emis 1 - - 1
Pris en charge 3 - - 3
Résolu 3 - - 3
Fermé - - 1 1

I don't understant how the system determine wich issue is considered like "Ouvert", "Résolu" or "Fermé" because it's not match with my resolution 's code.

Can you help me.

Thanks

Sébastien
[/img]
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Resolved is equal to the "$g_bug_resolved_status_threshold", and closed has status equal to "CLOSED". Open is everything else. (This is slightly flawed is there is an additional state between resolved and closed).
Post Reply