Mantis Logo
Mantis Manual
Manual
Customizing Mantis
Custom Functions

Defined Functions
Example Custom Function


Partner Links


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
Add Notes About Notes
karrelsj@gmail.com
25-Aug-2005 22:19
#580
Where can I get more information on this topic. I would like to add a custom field that is an email. On reporting an issue the reporter could supply an additional email address that a custom function could notify upon resolution of the issue.
Add Notes About Notes
Last updated: Fri, 16 May 2008 - 6:57:57

Mantis @ SourceForge