Customize bug_change_status_page.php

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mrramsey
Posts: 4
Joined: 20 Nov 2014, 17:19

Customize bug_change_status_page.php

Post by mrramsey »

Is there a way to add additional fields to the bug change status page based on which status it is being changed to? I have created a custom workflow -
new, feedback, confirmed, accepted, development, testing, beta, resolved, closed. For example when I change the status from accepted to development, I would like to be prompted to set a target version, from Development to testing, set the resolution and fixed in version.

I have been searching around but haven't found an answer. If anyone can shed some light I would appreciate it.
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Customize bug_change_status_page.php

Post by atrol »

There is no configuration option for it.
You could write a plugin that hooks to event EVENT_UPDATE_BUG_STATUS_FORM
Please use Search before posting and read the Manual
Post Reply