Changes between Version 2 and Version 3 of TracKanbanBoardMacro


Ignore:
Timestamp:
Jan 16, 2016, 7:46:30 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • TracKanbanBoardMacro

    v2 v3  
    55== Description
    66
    7 Wiki macro for managing tickets with agile [http://en.wikipedia.org/wiki/Kanban_(development) Kanban method]. Add `KanbanBoard` macro to wiki page and use it to prioritize and manage tickets in the project.
     7This is a macro for managing tickets with the agile [wikipedia:Kanban_(development) Kanban method]. Add `KanbanBoard` macro to a Trac wiki page and use it to prioritize and manage tickets in the project.
    88
    99Key features:
    10  - Define board columns and how they map to ticket states
    11  - Change ticket state by dragging tickets on the board
    12  - Add existing tickets to board by drag-and-dropping ticket links
    13  - Create new tickets directly from board
    14  - View and modify ticket fields (summary, description, etc.) and add comments from ticket detail dialog
    15  - Define what ticket fields are visible on ticket detail dialog
     10 - Define board columns and how they map to ticket states.
     11 - Change ticket state by dragging tickets on the board.
     12 - Add existing tickets to board by drag-and-dropping ticket links.
     13 - Create new tickets directly from board.
     14 - View and modify ticket fields (summary, description, etc.) and add comments from ticket detail dialog.
     15 - Define what ticket fields are visible on ticket detail dialog.
    1616
    1717== Source, instructions and bug reports