bug_tracker::assignee_get_filter_data (public)

 bug_tracker::assignee_get_filter_data -package_id package_id \
    -workflow_id workflow_id -action_id action_id [ -user_id user_id ] \
    [ -admin_p admin_p ]

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

Switches:
-package_id
(required)
The package (project) to select from
-workflow_id
(required)
The workflow we're interested in
-action_id
(required)
The action we're interested in
-user_id
(optional)
Optional user for filtering by logged in user.
-admin_p
(defaults to "f") (optional)
Returns:
list-of-lists with assignee data for filter

Partial Call Graph (max 5 caller/called nodes):
%3 bug_tracker::bug::get_list bug_tracker::bug::get_list (public) bug_tracker::assignee_get_filter_data bug_tracker::assignee_get_filter_data bug_tracker::bug::get_list->bug_tracker::assignee_get_filter_data bug_tracker::assignee_get_filter_data_not_cached bug_tracker::assignee_get_filter_data_not_cached (public) bug_tracker::assignee_get_filter_data->bug_tracker::assignee_get_filter_data_not_cached bug_tracker::user_bugs_only_p bug_tracker::user_bugs_only_p (public) bug_tracker::assignee_get_filter_data->bug_tracker::user_bugs_only_p util_memoize util_memoize (public) bug_tracker::assignee_get_filter_data->util_memoize

Testcases:
No testcase defined.
Source code:
    set user_bugs_only_p [bug_tracker::user_bugs_only_p]

    return [util_memoize [list bug_tracker::assignee_get_filter_data_not_cached  -package_id $package_id  -workflow_id $workflow_id  -action_id $action_id  -user_id $user_id  -admin_p $admin_p  -user_bugs_only_p $user_bugs_only_p]]
Generic XQL file:
packages/bug-tracker/tcl/bug-tracker-procs.xql

PostgreSQL XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql

Oracle XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: