Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8460 closed enhancement (duplicate)

Ability to inherit parent component

Reported by: liltor@… Owned by: Mark Ryan
Priority: normal Component: ChildTicketsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I would like to see the possibility to inherit the component of the parent for child tickets much like you can with milestone (i.e. parent.<ticket_type>.inherit_component = true).

It would be even better if the inherit was made dynamic and work for any field default or custom but, that's not necessary (i.e. parent.<ticket_type>.inherit_[ticket_field] = true/false).

Attachments (0)

Change History (3)

comment:1 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 13 years ago by Mark Ryan

Resolution: duplicate
Status: newclosed

Hi

Your 'feature request' has been addressed in #8479. Pete ('plt') has provided a superb patch which adds just the functionality you're looking for.

As a part of these changes I've removed the 'inherit_milestone' option and the new option is simply:

parent.<type>.inherit = field_one, field_two, field_n

I'll have the changes committed soon and will make available as release 1.1.0

Regards Mark

comment:3 in reply to:  2 Changed 13 years ago by liltor@…

Replying to walnut:

Hi

Your 'feature request' has been addressed in #8479. Pete ('plt') has provided a superb patch which adds just the functionality you're looking for.

As a part of these changes I've removed the 'inherit_milestone' option and the new option is simply:

parent.<type>.inherit = field_one, field_two, field_n

I'll have the changes committed soon and will make available as release 1.1.0

Regards Mark

This is great news, I'll be updating first thing on monday. The extra functionality to restrict child types sounds really good too!
Many thanks for adding this and a special thanks to Pete ('plt') for providing the original patch.

Regards Tord

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Mark Ryan.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.