Defined Functions
Last Modified: August 12, 2004 15:08PM
|
|
(Introduced in 0.19.0)
|
Description
custom_function_default_changelog_include_issue( $p_issue_id )
returns true or false if the issue if to be included in the Changelog
custom_function_default_changelog_print_issue( $p_issue_id )
returns a formatted string to be included for the issue in the Changelog
custom_function_default_checkin( $p_issue_id, $p_comment, $p_file, $p_new_version )
registers a checkin in source control in Mantis
custom_function_default_issue_update_validate( $p_issue_id, $p_new_bug, $p_bug_note_text )
validate bug field settings before an update occurs. It returns true or fails with an error.
custom_function_default_issue_update_notify( $p_issue_id )
notify after a bug has been updated
custom_function_default_issue_create_validate( $p_new_bug )
validate bug field settings before an issue is created. It returns true or fails with an error.
custom_function_default_issue_create_notify( $p_issue_id )
notify after a bug has been opened
custom_function_default_issue_delete_validate( $p_issue_id )
validate bug field settings before an issue can be deleted. It returns true or fails with an error.
custom_function_default_issue_delete_notify( $p_issue_id )
notify after a bug has been deleted
|
User Contributed Notes Defined Functions |
|
| There are no user contributed notes for this page. |
| Last updated: Sat, 13 Mar 2010 - 8:20:35 |
|
|