{"id":571,"date":"2014-01-18T15:32:29","date_gmt":"2014-01-18T13:32:29","guid":{"rendered":"http:\/\/www.h-hennes.fr\/blog\/?p=571"},"modified":"2015-01-12T15:17:34","modified_gmt":"2015-01-12T13:17:34","slug":"modifier-le-workflow-de-mantis-bugtracker","status":"publish","type":"post","link":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/","title":{"rendered":"Modifier le workflow de mantis Bugtracker"},"content":{"rendered":"<p>En compl\u00e9ment de mes pr\u00e9c\u00e9dents articles sur ce sujet ( <a title=\"Ajouter une \u00e9tape dans le workflow Mantis\" href=\"https:\/\/www.h-hennes.fr\/blog\/2011\/11\/18\/ajouter-une-etape-dans-le-workflow-mantis\/\">Ajouter une \u00e9tape dans le workflow Mantis<\/a> &#8211; <a title=\"Mantis bugtracker : ajouter un statut personnalis\u00e9e sur la page \u00ab\u00a0Mon affichage\u00a0\u00bb\" href=\"https:\/\/www.h-hennes.fr\/blog\/2012\/03\/03\/mantis-bugtracker-ajouter-un-statut-personnalisee-sur-la-page-mon-affichage\/\">Mantis bugtracker : ajouter un statut personnalis\u00e9e sur la page \u00ab Mon affichage \u00bb <\/a> ) voici un r\u00e9capitulatif global sur le changement et l&rsquo;optimisation\u00a0 du workflow sur mantis bugtracker.<br \/>\nSi vous souhaitez <a title=\"Mantis Bugtracker : Supprimer une \u00e9tape dans le workflow\" href=\"https:\/\/www.h-hennes.fr\/blog\/2015\/01\/12\/mantis-bugtracker-supprimer-une-etape-dans-le-workflow\/\">supprimer une \u00e9tape du worklow mantis<\/a>, c&rsquo;est par <a title=\"Mantis Bugtracker : Supprimer une \u00e9tape dans le workflow\" href=\"https:\/\/www.h-hennes.fr\/blog\/2015\/01\/12\/mantis-bugtracker-supprimer-une-etape-dans-le-workflow\/\">ici <\/a><\/p>\n<p>Pour information voici le workflow standard de Mantis Bugtracker :<br \/>\n<a href=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/workflow-mantis-standard.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-573\" src=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/workflow-mantis-standard.jpg\" alt=\"Workflow Mantis standard\" width=\"779\" height=\"29\" srcset=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/workflow-mantis-standard.jpg 779w, https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/workflow-mantis-standard-300x11.jpg 300w\" sizes=\"auto, (max-width: 779px) 100vw, 779px\" \/><\/a><\/p>\n<p>Voici le workflow que je souhaite obtenir :<a href=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/worklow-modifie.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-572\" src=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/worklow-modifie.jpg\" alt=\"worklow-modifie\" width=\"800\" height=\"80\" srcset=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/worklow-modifie.jpg 800w, https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/worklow-modifie-300x30.jpg 300w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a> Pour obtenir cela voici les modifications \u00e0 apporter pour mettre en place ces modifications<\/p>\n<h2>Modification des fichiers<\/h2>\n<p>Dans le fichier <strong>config_inc.php<\/strong><\/p>\n<pre lang=\"php\" line=\"1\" escaped=\"true\">#Nouveau Workflow Mantis\r\n$g_status_enum_string                = '10:new,20:feedback,50:assigned,55:waiting_internal_validation,60:waiting_customer_validation,65:waiting_for_production,80:resolved,90:closed';\r\n\r\n#D\u00e9finition des changements de statuts pour les statuts standards\r\n$g_status_enum_workflow[NEW_]='20:feedback,50:assigned,80:resolved';\r\n$g_status_enum_workflow[FEEDBACK] ='10:new,50:assigned,55:waiting_internal_validation,60:waiting_customer_validation,65:waiting_for_production,80:resolved';\r\n$g_status_enum_workflow[ASSIGNED] ='20:feedback,55:waiting_internal_validation,60:waiting_customer_validation,65:waiting_for_production,80:resolved,90:closed';\r\n$g_status_enum_workflow[RESOLVED] ='50:assigned,90:closed';\r\n$g_status_enum_workflow[CLOSED] ='50:assigned';\r\n\r\n#D\u00e9finition des couleurs des nouveaux statuts\r\n$g_status_colors['waiting_internal_validation'] = '#F3E2A9';\r\n$g_status_colors['waiting_customer_validation'] = '#E0701A';\r\n$g_status_colors['waiting_for_production'] = '#6B67F2';\r\n\r\n#Definition des changements de statuts possibles pour nos nouveaux statuts\r\n$g_status_enum_workflow[WAITING_INTERNAL_VALIDATION] ='20:feedback,50:assigned,60:waiting_customer_validation,65:waiting_for_production,80:resolved,90:closed';\r\n$g_status_enum_workflow[WAITING_CUSTOMER_VALIDATION] ='20:feedback,50:assigned,55:waiting_internal_validation,65:waiting_for_production,80:resolved,90:closed';\r\n$g_status_enum_workflow[WAITING_FOR_PRODUCTION] ='20:feedback,80:resolved,90:closed';\r\n\r\n#Param\u00e8tres pour la page my_views.php\r\n$g_bug_waiting_internal_validation_status_threshold = WAITING_INTERNAL_VALIDATION;\r\n$g_bug_waiting_customer_validation_status_threshold = WAITING_CUSTOMER_VALIDATION;\r\n$g_bug_waiting_for_production_status_threshold = WAITING_FOR_PRODUCTION;<\/pre>\n<p>Dans le fichier <strong>custom_constant_inc.php<\/strong><\/p>\n<pre lang=\"php\" line=\"1\" escaped=\"true\">#Nouveaux Status de mantis\r\n# ( La num\u00e9rotation des statuts ne se suis pas, au cas ou on souhaiterais rajouter d'autres statuts interm\u00e9diaires ult\u00e9rieurement )\r\ndefine('WAITING_INTERNAL_VALIDATION',55); #attente de validation interne\r\ndefine('WAITING_CUSTOMER_VALIDATION',60); #attente de validation client\r\ndefine('WAITING_FOR_PRODUCTION',65); #attente de mise en production<\/pre>\n<p>Dans le fichier<strong> custom_strings_inc.php<\/strong><\/p>\n<pre lang=\"php\" line=\"1\" escaped=\"true\"> #Nouveau Workflow Mantis traduit en Fran\u00e7ais\r\n $s_status_enum_string = '10:Nouveau,20:Commentaire,50:affect\u00e9,55:Attente validation interne,60:Attente validation client,65:Atttente mise en production,80:R\u00e9solu ,90:Ferm\u00e9';\r\n\r\n #Titre des boutons lors du changement de statut\r\n $s_waiting_internal_validation_bug_button = 'En attente de validation interne';\r\n $s_waiting_customer_validation_bug_button = 'En attente de validation client';\r\n $s_waiting_for_production_bug_button = 'En attente de Mise en production';\r\n\r\n #Titre des statuts dans le listing des bugs\r\n $s_waiting_internal_validation_bug_title = 'En attente de validation interne';\r\n $s_waiting_customer_validation_bug_title = 'En attente de validation client';\r\n $s_waiting_for_production_bug_title = 'En attente de Mise en production';\r\n\r\n #Sujet de l'email envoy\u00e9 pour notifier le changement de statut\r\n $s_email_notification_title_for_status_bug_waiting_internal_validation = \"Le bug suivant est en attente de validation interne\";\r\n $s_email_notification_title_for_status_bug_waiting_customer_validation = \"Le bug suivant est en attente de validation client\";\r\n $s_email_notification_title_for_status_bug_waiting_for_production = \"Le bug suivant est en attente de mise en production\";\r\n\r\n\u00a0#Titres pour la page my_view\r\n\u00a0$s_my_view_title_waiting_internal_validation = \"En attente de validation interne\";\r\n\u00a0$s_my_view_title_waiting_customer_validation\u00a0 = \"En attente de validation client\";\r\n\u00a0$s_my_view_title_waiting_for_production = \"En attente de Mise en production\";<\/pre>\n<p>Il est ensuite n\u00e9cessaire de modifier le fichier syst\u00e8me <strong>my_view_inc.php<\/strong> pour ins\u00e9rer les nouveaux filtres.<\/p>\n<pre lang=\"php\" line=\"1\" escaped=\"true\"># H-hennes : Nouveaux Status sur la page my_view\r\n#En attente de validation interne\r\n$t_bug_waiting_internal_validation_status_threshold = config_get('bug_waiting_internal_validation_status_threshold');\r\n$c_filter['waiting_internal_validation'] = array(\r\n\tFILTER_PROPERTY_CATEGORY =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_SEVERITY_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_bug_waiting_internal_validation_status_threshold,\r\n\t),\r\n\tFILTER_PROPERTY_HIGHLIGHT_CHANGED =&gt; $t_default_show_changed,\r\n\tFILTER_PROPERTY_REPORTER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HANDLER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_RESOLUTION_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_BUILD =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_VERSION =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HIDE_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_hide_status_default,\r\n\t),\r\n\tFILTER_PROPERTY_MONITOR_USER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n);\r\n$url_link_parameters['waiting_internal_validation'] = FILTER_PROPERTY_STATUS_ID . '=' . $t_bug_waiting_internal_validation_status_threshold . '&amp;' . FILTER_PROPERTY_HIDE_STATUS_ID . '=' . $t_bug_waiting_internal_validation_status_threshold;\r\n\r\n#En attente de validation client\r\n$t_bug_waiting_customer_validation_status_threshold = config_get('bug_waiting_customer_validation_status_threshold');\r\n$c_filter['waiting_customer_validation'] = array(\r\n\tFILTER_PROPERTY_CATEGORY =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_SEVERITY_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_bug_waiting_for_prod_status_threshold,\r\n\t),\r\n\tFILTER_PROPERTY_HIGHLIGHT_CHANGED =&gt; $t_default_show_changed,\r\n\tFILTER_PROPERTY_REPORTER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HANDLER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_RESOLUTION_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_BUILD =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_VERSION =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HIDE_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_hide_status_default,\r\n\t),\r\n\tFILTER_PROPERTY_MONITOR_USER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n);\r\n$url_link_parameters['waiting_customer_validation'] = FILTER_PROPERTY_STATUS_ID . '=' . $t_bug_waiting_customer_validation_status_threshold . '&amp;' . FILTER_PROPERTY_HIDE_STATUS_ID . '=' . $t_bug_waiting_customer_validation_status_threshold;\r\n\r\n#En attente de mise en production\r\n$t_bug_waiting_for_production_status_threshold = config_get('bug_waiting_for_production_status_threshold');\r\n$c_filter['waiting_for_production'] = array(\r\n\tFILTER_PROPERTY_CATEGORY =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_SEVERITY_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_bug_waiting_for_production_status_threshold,\r\n\t),\r\n\tFILTER_PROPERTY_HIGHLIGHT_CHANGED =&gt; $t_default_show_changed,\r\n\tFILTER_PROPERTY_REPORTER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HANDLER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_RESOLUTION_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_BUILD =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_PRODUCT_VERSION =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n\tFILTER_PROPERTY_HIDE_STATUS_ID =&gt; Array(\r\n\t'0' =&gt; $t_hide_status_default,\r\n\t),\r\n\tFILTER_PROPERTY_MONITOR_USER_ID =&gt; Array(\r\n\t'0' =&gt; META_FILTER_ANY,\r\n\t),\r\n);\r\n$url_link_parameters['waiting_for_production'] = FILTER_PROPERTY_STATUS_ID . '=' . $t_bug_waiting_for_production_status_threshold . '&amp;' . FILTER_PROPERTY_HIDE_STATUS_ID . '=' . $t_bug_waiting_for_production_status_threshold;\r\n\r\n#H-hennes : Fin des nouveaux status sur la page my_view<\/pre>\n<p>L&rsquo;ensemble des fichiers sont \u00e0 pr\u00e9sents modifi\u00e9s.<\/p>\n<h2>Affichage de la page my_view<\/h2>\n<p>Il est \u00e0 pr\u00e9sent possible d&rsquo;affiner la page <strong>\u00ab\u00a0my_view<\/strong>\u00a0\u00bb en fonction des utilisateurs, de leur profil et des projets.<br \/>\nVoici 3 exemples d&rsquo;affichage pour les profils suivants :<\/p>\n<ul>\n<li>Client<\/li>\n<li>Chef de projet<\/li>\n<li>D\u00e9veloppeur<\/li>\n<\/ul>\n<p>Ces donn\u00e9es sont \u00e0 ins\u00e9rer dans \u00ab\u00a0Administration \/ G\u00e9rer la configuration\u00a0\u00bb.<br \/>\nS\u00e9lectionner ensuite l&rsquo;utilisateur et le projet souhait\u00e9.<\/p>\n<p>La cl\u00e9 de configuration est <strong>my_view_boxes<\/strong><br \/>\n( Attention \u00e0 ne pas mettre de \u00ab\u00a0;\u00a0\u00bb \u00e0 la fin du tableau de configuration )<\/p>\n<pre lang=\"php\" line=\"1\" escaped=\"true\">#Configuration Client\r\narray ('reported' =&gt; 1,\r\n\t   'waiting_customer_validation' =&gt; 2\r\n\t   'feedback' =&gt; 3,\r\n\t   'resolved' =&gt; 4,\r\n\t   'assigned' =&gt; 0,\r\n\t   'unassigned' =&gt; 0,\r\n\t   'recent_mod' =&gt; 0,\r\n\t   'monitored' =&gt; 0,\r\n\t   'confirmed' =&gt; 0,\r\n\t   )\r\n\r\n#Configuration Chef de projet Interne\r\narray ( \r\n\t   'reported' =&gt; 1,\r\n\t   'unassigned' =&gt; 2,\r\n\t   'waiting_internal_validation' =&gt; 3,\r\n\t   'feedback' =&gt; 4,\r\n\t   'waiting_customer_validation' =&gt; 5,\r\n\t   'assigned' =&gt; 6,\r\n\t   'waiting_for_production' =&gt; 7,\r\n\t   'resolved' =&gt; 8,\r\n\t   'monitored' =&gt; 9,\r\n\t   'recent_mod' =&gt; 10,\r\n\t   'confirmed' =&gt; 0,\r\n\t   )\r\n\r\n#Configuration D\u00e9veloppeur\r\narray ( \r\n\t   'assigned' =&gt; 1,\r\n\t   'unassigned' =&gt; 2,\r\n\t   'waiting_internal_validation' =&gt; 3,\r\n\t   'waiting_customer_validation' =&gt; 4,\r\n\t   'feedback' =&gt; 5,\r\n\t   'waiting_for_production' =&gt; 6,\r\n\t   'resolved' =&gt; 7,\r\n\t   'monitored' =&gt; 8,\r\n\t   'reported' =&gt; 9,\r\n\t   'recent_mod' =&gt; 10,\r\n\t   'confirmed' =&gt; 0,\r\n\t   )<\/pre>\n<p>Et voila nous en avons fini avec l&rsquo;optimisation de mantis bugtracker.<br \/>\nPour ceux qui le souhaite, vous pouvez t\u00e9l\u00e9charger directement les fichier modifi\u00e9s :<a href=\"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/mantis-changement-worflow.rar\">mantis-changement-worflow<\/a><br \/>\n<strong>Attention \u00e0 bien remettre vos param\u00e8tres de base de donn\u00e9es dans le fichier config_inc.php<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>En compl\u00e9ment de mes pr\u00e9c\u00e9dents articles sur ce sujet ( Ajouter une \u00e9tape dans le workflow Mantis &#8211; Mantis bugtracker : ajouter un statut personnalis\u00e9e sur la page \u00ab Mon affichage \u00bb ) voici un r\u00e9capitulatif global sur le changement et l&rsquo;optimisation\u00a0 du workflow sur mantis bugtracker. Si vous souhaitez supprimer une \u00e9tape du worklow [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[247,6],"tags":[83,82,206],"class_list":["post-571","post","type-post","status-publish","format-standard","hentry","category-mantis-bugtracker","category-trucs-et-astuces","tag-bugtracker","tag-mantis","tag-workflow"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"herve\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#article\",\"name\":\"Modifier le workflow de mantis Bugtracker | Herv\\u00e9 Hennes\",\"headline\":\"Modifier le workflow de mantis Bugtracker\",\"author\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/author\\\/herve\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/01\\\/workflow-mantis-standard.jpg\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#articleImage\",\"width\":779,\"height\":29,\"caption\":\"Workflow Mantis standard\"},\"datePublished\":\"2014-01-18T15:32:29+02:00\",\"dateModified\":\"2015-01-12T15:17:34+02:00\",\"inLanguage\":\"fr-FR\",\"commentCount\":23,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#webpage\"},\"articleSection\":\"Mantis Bugtracker, Trucs et astuces, bugtracker, mantis, workflow\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/category\\\/trucs-et-astuces\\\/#listItem\",\"name\":\"Trucs et astuces\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/category\\\/trucs-et-astuces\\\/#listItem\",\"position\":2,\"name\":\"Trucs et astuces\",\"item\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/category\\\/trucs-et-astuces\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#listItem\",\"name\":\"Modifier le workflow de mantis Bugtracker\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#listItem\",\"position\":3,\"name\":\"Modifier le workflow de mantis Bugtracker\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/category\\\/trucs-et-astuces\\\/#listItem\",\"name\":\"Trucs et astuces\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/#organization\",\"name\":\"Herv\\u00e9 Hennes\",\"description\":\"D\\u00e9veloppeur e-commerce\",\"url\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/author\\\/herve\\\/#author\",\"url\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/author\\\/herve\\\/\",\"name\":\"herve\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/248532c833c69e304668cc20fd20ec6ddc1808306f57d5d14e632059f50347a4?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"herve\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#webpage\",\"url\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/\",\"name\":\"Modifier le workflow de mantis Bugtracker | Herv\\u00e9 Hennes\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/2014\\\/01\\\/18\\\/modifier-le-workflow-de-mantis-bugtracker\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/author\\\/herve\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/author\\\/herve\\\/#author\"},\"datePublished\":\"2014-01-18T15:32:29+02:00\",\"dateModified\":\"2015-01-12T15:17:34+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/\",\"name\":\"Herv\\u00e9 Hennes\",\"description\":\"D\\u00e9veloppeur e-commerce\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.h-hennes.fr\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Modifier le workflow de mantis Bugtracker | Herv\u00e9 Hennes","description":"","canonical_url":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#article","name":"Modifier le workflow de mantis Bugtracker | Herv\u00e9 Hennes","headline":"Modifier le workflow de mantis Bugtracker","author":{"@id":"https:\/\/www.h-hennes.fr\/blog\/author\/herve\/#author"},"publisher":{"@id":"https:\/\/www.h-hennes.fr\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.h-hennes.fr\/blog\/wp-content\/uploads\/2014\/01\/workflow-mantis-standard.jpg","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#articleImage","width":779,"height":29,"caption":"Workflow Mantis standard"},"datePublished":"2014-01-18T15:32:29+02:00","dateModified":"2015-01-12T15:17:34+02:00","inLanguage":"fr-FR","commentCount":23,"mainEntityOfPage":{"@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#webpage"},"isPartOf":{"@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#webpage"},"articleSection":"Mantis Bugtracker, Trucs et astuces, bugtracker, mantis, workflow"},{"@type":"BreadcrumbList","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.h-hennes.fr\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/#listItem","name":"Trucs et astuces"}},{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/#listItem","position":2,"name":"Trucs et astuces","item":"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#listItem","name":"Modifier le workflow de mantis Bugtracker"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#listItem","position":3,"name":"Modifier le workflow de mantis Bugtracker","previousItem":{"@type":"ListItem","@id":"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/#listItem","name":"Trucs et astuces"}}]},{"@type":"Organization","@id":"https:\/\/www.h-hennes.fr\/blog\/#organization","name":"Herv\u00e9 Hennes","description":"D\u00e9veloppeur e-commerce","url":"https:\/\/www.h-hennes.fr\/blog\/"},{"@type":"Person","@id":"https:\/\/www.h-hennes.fr\/blog\/author\/herve\/#author","url":"https:\/\/www.h-hennes.fr\/blog\/author\/herve\/","name":"herve","image":{"@type":"ImageObject","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/248532c833c69e304668cc20fd20ec6ddc1808306f57d5d14e632059f50347a4?s=96&d=mm&r=g","width":96,"height":96,"caption":"herve"}},{"@type":"WebPage","@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#webpage","url":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/","name":"Modifier le workflow de mantis Bugtracker | Herv\u00e9 Hennes","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/www.h-hennes.fr\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/#breadcrumblist"},"author":{"@id":"https:\/\/www.h-hennes.fr\/blog\/author\/herve\/#author"},"creator":{"@id":"https:\/\/www.h-hennes.fr\/blog\/author\/herve\/#author"},"datePublished":"2014-01-18T15:32:29+02:00","dateModified":"2015-01-12T15:17:34+02:00"},{"@type":"WebSite","@id":"https:\/\/www.h-hennes.fr\/blog\/#website","url":"https:\/\/www.h-hennes.fr\/blog\/","name":"Herv\u00e9 Hennes","description":"D\u00e9veloppeur e-commerce","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/www.h-hennes.fr\/blog\/#organization"}}]}},"aioseo_meta_data":{"post_id":"571","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-29 16:38:04","updated":"2022-10-01 18:40:08","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.h-hennes.fr\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/\" title=\"Trucs et astuces\">Trucs et astuces<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tModifier le workflow de mantis Bugtracker\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.h-hennes.fr\/blog"},{"label":"Trucs et astuces","link":"https:\/\/www.h-hennes.fr\/blog\/category\/trucs-et-astuces\/"},{"label":"Modifier le workflow de mantis Bugtracker","link":"https:\/\/www.h-hennes.fr\/blog\/2014\/01\/18\/modifier-le-workflow-de-mantis-bugtracker\/"}],"_links":{"self":[{"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/posts\/571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/comments?post=571"}],"version-history":[{"count":9,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/posts\/571\/revisions"}],"predecessor-version":[{"id":845,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/posts\/571\/revisions\/845"}],"wp:attachment":[{"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/media?parent=571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/categories?post=571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.h-hennes.fr\/blog\/wp-json\/wp\/v2\/tags?post=571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}