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

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:issue:7721 [2010/12/06 04:41] jeank6mantisbt:issue:7721 [2015/09/13 02:57] (current) – [Request Tracker] vboctor
Line 1: Line 1:
-====== ITIL compliance for Mantis  ======+====== ITIL v3 compliance for Mantis  ======
 //nit : this is a second structure for this topic. Feel free to enrich & modify the following approach // //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. 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.
  
Line 8: Line 9:
 ISO/IEC 20000, like its BS 15000 predecessor, was originally developed to reflect best practice guidance contained within the ITIL framework 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 v3 is set of best practices (guidelines) for IT Management.+ITIL  is set of best practices (guidelines) for IT Management.
 It can be devided in 2 main areas: It can be devided in 2 main areas:
   * Service Delivery (oriented toward customers)   * Service Delivery (oriented toward customers)
Line 23: Line 26:
   - Release Management   - Release Management
   - Configuration Management.   - Configuration Management.
- 
 The oportunity is more in Service Support area plus Service Level Management. The oportunity is more in Service Support area plus Service Level Management.
-The different subject to cover are the following : +The different subject to cover are the following: 
-  * Adjusting terminology to ITIL  + 
-//This part is pure mantis configuration. Maybe sharing configuration is enough ? //+
 + 
 +===== 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 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.
Line 33: Line 42:
 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 // 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, ...)   * 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 Alerts on incidents close to resolution time, etc. AND Configurable reporting
Line 39: Line 49:
   - 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)   - 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.)   * Configuration Management DataBase (CMDB) with Configuration Items (hardware, software (description), documents, specifications, etc.)
- 
-===== Plugins related =====  
-Solution for reporting via E-Mail 
-Using mail Parser provided here ? http://www.mantisbt.org/bugs/view.php?id=4286 ?  
   * Defining workflow of the incident (that I would say already exists in Mantis)   * 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 =====  ===== See also ===== 
-Mantis is not very oriented to that topic. Maybe a link towards another open source tool could be a good solution. (example : http://glpi-project.org/ ) +Because of Mantis is not very oriented to that topic (in 2010), you should find better ITIL compliant software above 
-  * E-mail interface so the client can add an issue through e-mail + 
 +TODO: Add other links towards another open source tool could be a good solution 
 + 
 + 
  
-http://en.wikipedia.org/wiki/Information_Technology_Infrastructure_Library 
  
 +==== External links ==== 
 +  * http://en.wikipedia.org/wiki/Information_Technology_Infrastructure_Library
 +  * http://www.itlibrary.org/
  
 ===== Acknowledgement ===== ===== Acknowledgement =====
 This feature was initiated by dsolajic & vboctor ([[http://www.mantisbt.org/bugs/view.php?id=7721|7721]]). This feature was initiated by dsolajic & vboctor ([[http://www.mantisbt.org/bugs/view.php?id=7721|7721]]).
mantisbt/issue/7721.1291628473.txt.gz · Last modified: 2010/12/06 05:20 (external edit)

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