User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:issue:7721

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
mantisbt:issue:7721 [2008/02/09 21:48] – created vboctormantisbt:issue:7721 [2015/09/13 02:57] – [OTRS] vboctor
Line 1: Line 1:
-TBD+====== ITIL v3 compliance for Mantis  ====== 
 +//nit : this is a second structure for this topic. Feel free to enrich & modify the following approach // 
 + 
 +===== Description =====  
 +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: 
 +  * Service Delivery (oriented toward customers) 
 +  - Service Level Management,  
 +  - Availability Management,  
 +  - IT Continuity Management,  
 +  - Capacity Management,  
 +  - Security Management and IT Financial Management 
 +  *Service Support  
 +  - Incident Management 
 +  - Problem Management 
 +  - Change Management 
 +  - Release Management 
 +  - Configuration Management. 
 +The oportunity is more in Service Support area plus Service Level Management. 
 +The different subject to cover are the following: 
 + 
 +
 + 
 +===== Minor Update on Mantis ===== 
 +* 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 // 
 + 
 +===== Major Update on Mantis ===== 
 +  * Defining Service Level Agreement (response, resolution times for incidents, service hours, service window, working/non working days, holidays, ...) 
 +Alerts on incidents close to resolution time, etc. AND Configurable reporting 
 +  - a data structure (made of global variable or of a database table) to determine what is a working day (holidays, service window). 
 +  - a data structure to determine your SLR. Each row of SLR can be seen as a set of 2 whereclauses. 1st for number of issue really treated, 2nd for number of issue to treat. 
 +  - a data structure to determine your SLA. Each row of SLA can be seen as a periodicity and a whereclause (number of issue to be treated regarding the Agreement) 
 +  * Configuration Management DataBase (CMDB) with Configuration Items (hardware, software (description), documents, specifications, etc.) 
 +  * Defining workflow of the incident (that I would say already exists in Mantis) 
 + 
 +===== Plugins & scripts related =====  
 +TODO: Add other links  
 + 
 +Apparently, you might consider submitting a Git repository with your plugin to https://gitter.im/mantisbt/mantisbt 
 + 
 +==== Solution for reporting via E-Mail ==== 
 +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 
 +  * Site: [[http://www.mantisbt.org/bugs/view.php?id=4286|4286]] 
 +  * Author: SL-Gundam 
 +  * Last update: 2010-11-25 16:42 
 + 
 +==== Solution for support of Service Level Agreement (SLA) ==== 
 +When an incident is created in the Mantis, depends on the priority the mantis can assign a resolution time automatically.  
 +  * Site: [[http://www.mantisbt.org/bugs/view.php?id=10211|10211]] 
 +  * Author: am-gtz 
 +  * Last update: 2010-09-24 01:29 
 +  * TODO: Contact [[http://www.mantisbt.org/bugs/view_user_page.php?id=16066|am-gtz ]] for the plugin 
 + 
 +==== Automatic reminders based upon Status/Due date ==== 
 +It's a script for sending reminders to developers to be informed about forthcoming Due dates. 
 +  * Site: [[http://www.mantisbt.org/bugs/view.php?id=10153|10153]] 
 +  * Author: Cas  
 +  * Last update: 2010-05-07 03:53 
 + 
 +===== Key concept =====  
 +==== ITIL Incident  ====  
 +It's a very interesting concept for an easy classification of an incident 
 +  * 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 
 +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..) 
 + 
 +   * Urgency 
 +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 
 +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 
 + 
 +<file> 
 ++--------+------+------+------+------+ 
 +|                     Impact       | 
 ++   Priority    +------+------+------+ 
 +|               |High  |Medium|  Low | 
 ++--------+------+------+------+------+ 
 +|        |High  |  1    2    3   | 
 ++        +------+------+------+------+ 
 +|Urgency |Medium|  2    3    4   | 
 ++        +------+------+------+------+ 
 +|        |Low    3    4    5   | 
 ++--------+------+------+------+------+ 
 +</file> 
 +TODO: convert to table : http://www.mantisbt.org/wiki/doku.php/mantisbt:syntax 
 + 
 +===== See also =====  
 +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 
 + 
 +==== Request Tracker ==== 
 +RT (Request Tracker) is an enterprise-grade open source (GPLv2)  issue tracking system, usefull for bug tracking, help desk ticketing, customer service, workflow processes, change management, network operations, youth counselling and even more. Perhaps Full ITIL Compliant ([[http://search.cpan.org/~ruz/RT-Extension-SLA-0.03/lib/RT/Extension/SLA.pm|RT::Extension::SLA]], [[http://search.cpan.org/~zordrak/RT-Authen-ExternalAuth-0.08/lib/RT/Authen/ExternalAuth.pm|RT::Authen::ExternalAuth]] ),  
 + 
 +  * Site: [[http://bestpractical.com/rt/|bestpractical.com]] 
 + 
 + 
 + 
 + 
 +==== External links ====  
 +  * http://en.wikipedia.org/wiki/Information_Technology_Infrastructure_Library 
 +  * http://www.itlibrary.org/ 
 + 
 +===== Acknowledgement ===== 
 +This feature was initiated by dsolajic & vboctor ([[http://www.mantisbt.org/bugs/view.php?id=7721|7721]]).
mantisbt/issue/7721.txt · Last modified: 2015/09/13 02:57 by vboctor

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki