Changes between Version 6 and Version 7 of ChildTicketsPlugin


Ignore:
Timestamp:
Oct 25, 2010, 7:53:03 PM (13 years ago)
Author:
Mark Ryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin

    v6 v7  
    1414 * allow/disallow child-tickets for a certain type of ticket
    1515 * to define the table headers displayed in the parent ticket
    16  * to define a default for the child type to be created
    17  * to restrict the type of child-ticket
     16 * to define a default for the child type to be created 
     17 * ~~to restrict the type of child-ticket~~ See  #7862
    1818 * to define whether the parent milestone is adopted by child tickets or not
    1919
     
    4242parent.enhancement.table_headers = type, status, owner, summary
    4343parent.enhancement.default_child_type = bug-fix
    44 parent.enhancement.restrict_child_type = bug-fix, task
    4544parent.enhancement.inherit_milestone = true
    4645
     
    7069|| parent.<parent-type>.table_headers || List of column headers for display in parent ticket ||
    7170|| parent.<parent-type>.default_child_type || Default child 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. ||
    7371|| parent.<parent-type>.inherit_milestone || Define whether the child will adopt the parent ticket's milestone ||
    7472