Changes between Version 12 and Version 13 of TracBacklogPlugin


Ignore:
Timestamp:
Mar 16, 2016, 12:01:54 PM (8 years ago)
Author:
Cinc-th
Comment:

Added pointer to MultiProjectBacklogPlugin

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v12 v13  
    99This plugin adds a new navigational element to your navigation bar. Clicking on it will take you to the unscheduled backlog, which is the set of active tickets that aren't currently assigned to a milestone. On the right hand side is a listing of open milestones. The idea is that you drag-n-drop tickets within the list itself to change their rank. Once you've worked with your customer to prioritize the outstanding tickets, you drag-n-drop tickets onto a milestone to assign it into the milestone. This effectively treats milestones as sprints.
    1010
    11 The unscheduled backlog is created from tickets that are not assigned to any milestone. You can also view each milestone and see and individual backlog for it, but all tickets are ranked absolutely. They maintain their absolute ranking when you drag them in and out of a milestone. Furthermore, if you are trying this on an existing project, the initial rank for each ticket will be its ticket id. You'll want to spend some time sorting your tickets, and you may want to consider pulling them all into the unscheduled backlog when you do that so that you can order the all the tickets against each other.
     11The unscheduled backlog is created from tickets that are not assigned to any milestone. You can also view each milestone and see and individual backlog for it, but all tickets are ranked absolutely. They maintain their absolute ranking when you drag them in and out of a milestone. Furthermore, if you are trying this on an existing project, the initial rank for each ticket will be its ticket id. You'll want to spend some time sorting your tickets, and you may want to consider pulling them all into the unscheduled backlog when you do that so that you can order all the tickets against each other.
    1212
    13 See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.
     13See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin, MultiProjectBacklogPlugin.
    1414
    1515== Bugs/Feature Requests