action_add_note_print_fields [line 40]
void action_add_note_print_fields(
)
|
|
Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code.
A row has two columns.
action_add_note_print_title [line 27]
void action_add_note_print_title(
)
|
|
Prints the title for the custom action page.
action_add_note_process [line 103]
true|array action_add_note_process(
$p_bug_id $p_bug_id
)
|
|
Executes the custom action on the specified bug id.
Parameters:
|
$p_bug_id |
$p_bug_id: |
The bug id to execute the custom action on. |
API Tags:
| Return: | Action executed successfully., ( bug_id => reason for failure ) |
action_add_note_validate [line 72]
true|array action_add_note_validate(
$p_bug_id
)
|
|
Validates the action on the specified bug id.
Parameters:
API Tags:
| Return: | Action can be applied., ( bug_id => reason for failure ) |