- Publicity: Public Only All
bug-tracker-callback-procs.tcl
callback implementations for bug-tracker
- Location:
- packages/bug-tracker/tcl/bug-tracker-callback-procs.tcl
- Created:
- 2007-07-09
- Author:
- Deds Castillo <deds@i-manila.com.ph>
Procedures in this file
- callback::acs_mail_lite::incoming_email::impl::bug-tracker (private)
- callback::workflow::case::role::after_assign::impl::bug-tracker (private)
- callback::workflow::case::role::after_unassign::impl::bug-tracker (private)
Detailed information
callback::acs_mail_lite::incoming_email::impl::bug-tracker (private)
callback::acs_mail_lite::incoming_email::impl::bug-tracker \ -array array [ -package_id package_id ]
a callback that posts a new ticket to a bug-tracker instance
- Switches:
- -array (required)
- -package_id (optional)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
callback::workflow::case::role::after_assign::impl::bug-tracker (private)
callback::workflow::case::role::after_assign::impl::bug-tracker \ -case_id case_id -party_id party_id
A callback that grants direct permission after assignment to the given party.
- Switches:
- -case_id (required)
- -party_id (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
callback::workflow::case::role::after_unassign::impl::bug-tracker (private)
callback::workflow::case::role::after_unassign::impl::bug-tracker \ -case_id case_id -party_id party_id
A callback that revokes direct permission after assignment to the given party. Inherited permissions are restored.
- Switches:
- -case_id (required)
- -party_id (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.