nit : this is a second structure for this topic. Feel free to enrich & modify the following approach
The Information Technology Infrastructure Library (ITIL) is a set of concepts and best practices for Information Technology Services Management (ITSM), Information Technology (IT) development and IT operations.
ITIL gives detailed descriptions of a number of important IT practices and provides comprehensive checklists, tasks and procedures that any IT organization can tailor to its needs.
ISO/IEC 20000, like its BS 15000 predecessor, was originally developed to reflect best practice guidance contained within the ITIL framework
TODO: Text abobe shoud be to review because it's should be ITIL v2 (deprecated) {
ITIL is set of best practices (guidelines) for IT Management. It can be devided in 2 main areas:
The oportunity is more in Service Support area plus Service Level Management. The different subject to cover are the following:
}
* Adjusting terminology to ITIL
TODO: Share mantis configuration about these update
This part is pure configuration. Maybe sharing configuration is enough ?
For dsolajic : bug → incident, severity → impact, urgency → priority (actualy urgency and impact give priority through Eisenhower matrix)) Priorities are usualy fixed on low, medium and high.
For nit : reproducibility → Nature (incident, service request, request for change), severity→impact (low, high), priority→urgency (urgent, not urgent), priority = low, medium and high quite the same in fact
Alerts on incidents close to resolution time, etc. AND Configurable reporting
TODO: Add other links
Apparently, you might consider submitting a Git repository with your plugin to https://gitter.im/mantisbt/mantisbt
It's a script for receiving bug reports through a POP3 E-Mail account. It is based on the file bug_report.php and works this time
When an incident is created in the Mantis, depends on the priority the mantis can assign a resolution time automatically.
It's a script for sending reminders to developers to be informed about forthcoming Due dates.
It's a very interesting concept for an easy classification of an incident
Any event which is not part of the standard operation of a IT service and which causes, or may cause, an interruption to, or a reduction in the quality of that service. (in ITIL v3 Service Request are not Incident, but Service Request are treated similarly than incident)
Impact describes the measure of the business criticality of an incident. Impact is often based on the extent to which an incident leads to distortion of agreed or expected Service Levels. (Ie: loss of revenue, loss of business reputation, breach of legal constraints, etc..)
Measure of the business criticality of an incident or problem based on the business needs of the customer. Urgency is the speed required for the resolution
Priority is the sequence in which an incident or problem needs to be resolved, based on impact and urgency. And it serves to identify an acceptable period for the implementation of an action
+--------+------+------+------+------+ | | Impact | + Priority +------+------+------+ | |High |Medium| Low | +--------+------+------+------+------+ | |High | 1 | 2 | 3 | + +------+------+------+------+ |Urgency |Medium| 2 | 3 | 4 | + +------+------+------+------+ | |Low | 3 | 4 | 5 | +--------+------+------+------+------+
TODO: convert to table : http://www.mantisbt.org/wiki/doku.php/mantisbt:syntax
Because of Mantis is not very oriented to that topic (in 2010), you should find better ITIL compliant software above
TODO: Add other links towards another open source tool could be a good solution
This feature was initiated by dsolajic & vboctor (7721).