HaemEternal
HaemEternal

Reputation: 2269

Auto Create Bugs For A Target Milestone

Each time I create a new Target Milestone in Bugzilla, I have a set of bugs that I need to create and associate with that target (these are essentially all the same, and could be based on some kind of template).

These bugs represent a set of tasks that must be performed as part of every milestone.

Is there a way to auto-create a set of bugs for each milestone that I create?

Upvotes: 0

Views: 72

Answers (1)

Wayne Allen
Wayne Allen

Reputation: 840

You could create a Bugzilla extension that hooks object_end_of_create http://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/Hook.html#object_end_of_create and specifically looks for the milestone object then create the needed bugs.

Upvotes: 1

Related Questions