bug_tracker::bug::edit (public)

 bug_tracker::bug::edit -bug_id bug_id \
    -enabled_action_id enabled_action_id [ -user_id user_id ] \
    [ -creation_ip creation_ip ] -description description \
    -desc_format desc_format -array array [ -entry_id entry_id ]

Defined in packages/bug-tracker/tcl/bug-procs.tcl

Edit a bug, then send out notifications, etc. Calls bug_tracker::bug::update.

Switches:
-bug_id (required)
-enabled_action_id (required)
-user_id (optional)
-creation_ip (optional)
-description (required)
-desc_format (required)
-array (required)
-entry_id (optional)
Returns:
bug_id The same bug_id passed in, just for convenience.
See Also:

Testcases:
No testcase defined.
[ show source ]
Show another procedure: