required custom fields for custom statuses (e.g. verified)
Posted: 12 Apr 2005, 11:16
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:
(create 'Display When Verifying Issues', Required on Verification checkboxes)
->
->
->
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
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->
Code: Select all
manage_custom_field_edit_pageCode: Select all
manage_custom_field_updateCode: Select all
bug_change_status_page.phpBut 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