Edgewall Software

Changes between Initial Version and Version 1 of Ticket #2071


Ignore:
Timestamp:
Sep 15, 2005, 8:54:32 PM (19 years ago)
Author:
Christian Boos
Comment:

You can already use TicketTypes to get something close.

However, there are a few forthcoming features that would be quite useful for implementing the complete use case you describe, in particular have a look at the discussion in ticket #886 (ticket dependency and parent/child relationships):

  • The Backlog would be the pool of Story tickets not assigned to any Release.
  • A Release would correspond to a milestone.
  • An Iteration ticket would be a toplevel ticket, assigned to a milestone
  • A Story ticket would be a child of an Iteration
  • A Task Ticket would be a child of a Story

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2071

    • Property Owner changed from Jonas Borgström to Christian Boos
  • Ticket #2071 – Description

    initial v1  
    1212Programming feature.
    1313
    14 The Story are the must important part of the metodology. It is a
     14The ''Story'' are the must important part of the metodology. It is a
    1515simple use case and represent an atomic, easy to test, functionality
    1616required from user (client or committer).
    1717
    18 The Task are a developer activity required to complete a story. For
     18The ''Task'' are a developer activity required to complete a story. For
    1919each story there are some task to do complete. When all task is
    2020complete the story is complete too.
    2121
    22 The Iteration is a collection of funcitionality sorted by priority the
     22The ''Iteration'' is a collection of funcitionality sorted by priority the
    2323must be implemented until a specified date. For each iteration there
    2424are some Story. When all story of an iteration is complete, the
    2525iteration is complete too.
    2626
    27 The Release is a collection of iteration. Is it quite as Milestone or
     27The ''Release'' is a collection of iteration. Is it quite as Milestone or
    2828conventional Major release. For each iteration there are some
    2929iteration. When all iteartion is complete, the Release is complete too.
    3030
    31 Backlog is a user' sandbox. The user (client or customer) write
     31''Backlog'' is a user' sandbox. The user (client or customer) write
    3232directly his Story. During the planning game, the lead developer help
    3333user to select some Story from Backlog, and insert these in a new