Edgewall Software

Changes between Version 7 and Version 8 of TracRoadmapCustomGroups


Ignore:
Timestamp:
Mar 17, 2017, 9:11:00 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Improve markup.

Legend:

Unmodified
Added
Removed
Modified
  • TracRoadmapCustomGroups

    v7 v8  
    88Configuring the roadmap to show additional groupings in the progress bar is achieved by editing the [wiki:TracIni#milestone-groups-section trac.ini] file.  This file should already have a section which reads:
    99
    10 {{{
     10{{{#!ini
    1111[milestone]
    1212stats_provider = DefaultTicketGroupStatsProvider
     
    1515In order to change the default grouping, which simply counts tickets as either 'closed' or 'active', we need to add a new section to trac.ini entitled `[milestone-groups]`.  In this example we add a new group for the 'in_QA' status, included in the custom workflow.
    1616
    17 {{{
     17{{{#!ini
    1818[milestone-groups]
    1919# The definition consists in a comma-separated list of accepted status.