Changes between Version 7 and Version 8 of ChildTicketsPlugin


Ignore:
Timestamp:
Oct 25, 2010, 9:57:37 PM (13 years ago)
Author:
Mark Ryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin

    v7 v8  
    1515 * to define the table headers displayed in the parent ticket
    1616 * to define a default for the child type to be created
    17  * ~~to restrict the type of child-ticket~~ See  #7862
     17 * to restrict the type of child-ticket
    1818 * to define whether the parent milestone is adopted by child tickets or not
    1919
     
    4040# 'enhancements' : child tickets will typically be bug-fix tickets with the same milestone.
    4141parent.enhancement.allow_child_tickets = true
     42parent.enhancement.restrict_child_type = bug-fix, task
    4243parent.enhancement.table_headers = type, status, owner, summary
    4344parent.enhancement.default_child_type = bug-fix
     
    6667=== [childtickets] ===
    6768
    68 || parent.<parent-type>.allow_child_tickets || Define whether child tickets are allowed or not ||
    69 || parent.<parent-type>.table_headers || List of column headers for display in parent ticket ||
    70 || parent.<parent-type>.default_child_type || Default child type ||
    71 || parent.<parent-type>.inherit_milestone || Define whether the child will adopt the parent ticket's milestone ||
     69|| parent.<parent-type>.allow_child_tickets || Define whether child tickets are allowed or not || Default: False ||
     70|| parent.<parent-type>.table_headers || List of column headers for display in parent ticket || Default: summary, owner ||
     71|| parent.<parent-type>.default_child_type || Default child type || Default: See [ticket] section of trac.ini (default_type) ||
     72|| parent.<parent-type>.restrict_child_type || A list of possible child types, trying to create a child of a different 'type' will create an error. || Default: none ||
     73|| parent.<parent-type>.inherit_milestone || Define whether the child will adopt the parent ticket's milestone || Default: false ||
    7274
     75== Issues / Caveats ==
    7376
     77 * If you change the behaviour of the parent type (using for example allow_child_tickets/restrict_child_type) and tickets already have child tickets assigned to them you will not receive a warning about any possible conflicts until you try and modify any of the child tickets.
     78 * If a parent ticket is restricted in some way that no further child tickets can be generated for that ticket 'type', you'll continue to see a list of child tickets but the 'Create' button will be missing.
    7479
    7580== Bugs/Feature Requests ==