required custom fields for custom statuses (e.g. verified)

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
illes
Posts: 30
Joined: 09 Mar 2005, 08:37
Location: Budapest, Hungary

required custom fields for custom statuses (e.g. verified)

Post by illes »

I would like to create mandatory custom fields for custom status values (e.g.: Verification Description, Results fields for 'Verified' state).

I've examined a bit the code and I've found two ways. I would which resolution do you recommend.
1. Modify existing php files and database
-> 2 new fields:

Code: Select all

require_verified, display verified
(create 'Display When Verifying Issues', Required on Verification checkboxes)
->

Code: Select all

manage_custom_field_edit_page
->

Code: Select all

manage_custom_field_update
->

Code: Select all

bug_change_status_page.php
2. Create a custom function?
But as I understood the custom functions can be (easily) used only for issue processing?

I would like to ask for your help which way should I choose.

Thanks for your help in advance.

Best regards,
Illes

Note: I've also posted this message on the developer list, unfortunately I'm not familiar where to post questions like this
dbmdude

I want a custom status field ALSO

Post by dbmdude »

I want a "Hold" status and a "Ready for Test" status. If it goes to "Ready for Test" then the person who submitted it would get an email stating they need to retest that particular issue.

Any thoughts???

I would like to see this as a feature request as I am not a great coder yet and I rather not "mod" my version because when I upgrade the mods tend to go away and recreating them is a bi**h.

DBMDude


PS I LOVE THIS SCRIPT!!!!!!!!!!!!!!!!
Post Reply