Changes between Version 16 and Version 17 of TracBacklogPlugin


Ignore:
Timestamp:
Nov 11, 2019, 7:59:07 PM (4 years ago)
Author:
Theodor Norup
Comment:

+ remark on BACKLOG_ADMIN + PyPi version is deprecated

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v16 v17  
    77This is a Trac plugin to help users manage their backlog when using an [wikipedia:Agile_software_development Agile development methodology]. Managing the backlog is one of the key activities within Agile development.
    88
    9 This 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.
     9This 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. Drag-and-drop sorting requires `BACKLOG_ADMIN` permission.
    1010
    1111The 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.
     
    2323== Source
    2424
    25 The plugin is maintained on [github:trac-hacks/trac-backlog GitHub] as well as [pypi:TracBacklog PyPi].
     25The plugin is maintained on [github:trac-hacks/trac-backlog GitHub].
     26
     27[pypi:TracBacklog PyPi] contains the author's older, unmaintained version.
    2628
    2729== Installation