Home
last modified time | relevance | path

Searched refs:assigned_to (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/ports-mgmt/freebsd-bugzilla-cli/freebsd-bugzilla-cli-0.15.1/share/bz/
H A Dinit.sh9 assigned_to
56 read assigned_to
57 [ -z "$assigned_to" ] && assigned_to=$email
67 assigned_to="$assigned_to"
H A Dsearch.sh3 Usage: bz search [-a assigned_to] [-c component] [-H hardware] [-p product] [-r reported_by] \\
40 assigned_to=
64 a) assigned_to="$OPTARG" ;;
75 search "$assigned_to" "$component" "$hardware" "$product" \
/dports/devel/py-vsts/vsts-0.1.25/vsts/build/v4_1/models/
H A Dassociated_work_item.py41 …def __init__(self, assigned_to=None, id=None, state=None, title=None, url=None, web_url=None, work… argument
43 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/git/v4_0/models/
H A Dassociated_work_item.py41 …def __init__(self, assigned_to=None, id=None, state=None, title=None, url=None, web_url=None, work… argument
43 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/tfvc/v4_0/models/
H A Dassociated_work_item.py41 …def __init__(self, assigned_to=None, id=None, state=None, title=None, url=None, web_url=None, work… argument
43 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_0/models/
H A Daccount_recent_mention_work_item_model.py41 …def __init__(self, assigned_to=None, id=None, mentioned_date_field=None, state=None, team_project=… argument
43 self.assigned_to = assigned_to
H A Daccount_work_work_item_model.py41 …def __init__(self, assigned_to=None, changed_date=None, id=None, state=None, team_project=None, ti… argument
43 self.assigned_to = assigned_to
H A Daccount_recent_activity_work_item_model.py50 …def __init__(self, activity_date=None, activity_type=None, assigned_to=None, changed_date=None, id… argument
54 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_1/models/
H A Daccount_work_work_item_model.py41 …def __init__(self, assigned_to=None, changed_date=None, id=None, state=None, team_project=None, ti… argument
43 self.assigned_to = assigned_to
H A Daccount_recent_mention_work_item_model.py41 …def __init__(self, assigned_to=None, id=None, mentioned_date_field=None, state=None, team_project=… argument
43 self.assigned_to = assigned_to
H A Daccount_recent_activity_work_item_model.py50 …def __init__(self, activity_date=None, activity_type=None, assigned_to=None, changed_date=None, id… argument
54 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/tfvc/v4_1/models/
H A Dassociated_work_item.py41 …def __init__(self, assigned_to=None, id=None, state=None, title=None, url=None, web_url=None, work… argument
43 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_0/models/
H A Dtest_point.py86 …def __init__(self, assigned_to=None, automated=None, comment=None, configuration=None, failure_typ… argument
88 self.assigned_to = assigned_to
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_1/models/
H A Dtest_point.py86 …def __init__(self, assigned_to=None, automated=None, comment=None, configuration=None, failure_typ… argument
88 self.assigned_to = assigned_to
/dports/devel/rth/rth/
H A Dbug_add_page.php179 $assigned_to = user_get_usernames_by_project($project_id, $blank=true); variable
180 html_print_list_box_from_array( $assigned_to, $selected_value);
191 $assigned_to = user_get_usernames_by_project($project_id, $blank=true); variable
192 html_print_list_box_from_array( $assigned_to, $selected_value);
H A Dexercise.php95 …$bug_status="", $category="", $component="", $reported_by="", $assigned_to="", $assigned_to_develo… argument
172 if ( !empty($assigned_to) && $assigned_to != 'all') {
174 $where_clause = $where_clause." AND $f_bug_assigned_to = '$assigned_to'";
273 $assigned_to = $bug_row[BUG_ASSIGNED_TO]; variable
299 print"<td>$assigned_to </td>". NEWLINE;
H A Dbug_detail_update_page.php66 $assigned_to = $row[BUG_ASSIGNED_TO]; variable
216 $selected_value = session_validate_form_get_field('assigned_to', $assigned_to);
218 $assigned_to = user_get_usernames_by_project($project_id, $blank=true); variable
219 html_print_list_box_from_array( $assigned_to, $selected_value);
H A Drequirement_discussion_action.php70 $assigned_to= $_POST["assign_to"]; variable
77 $assigned_to );
/dports/devel/truc/truc_0.12.0/
H A Dexercise.php94 …$bug_status="", $category="", $component="", $reported_by="", $assigned_to="", $assigned_to_develo… argument
171 if ( !empty($assigned_to) && $assigned_to != 'all') {
173 $where_clause = $where_clause." AND $f_bug_assigned_to = '$assigned_to'";
272 $assigned_to = $bug_row[BUG_ASSIGNED_TO]; variable
298 print"<td>$assigned_to </td>\n";
H A Dtest_detail_update_action.php46 $assigned_to = session_validate_form_get_field('assigned_to'); variable
68 … $testareatested, $testtype, $ba_owner, $qa_owner, $tester, $assigned_to, $assigned_by,
72 … $testareatested, $testtype, $ba_owner, $qa_owner, $tester, $assigned_to, $assigned_by,
/dports/sysutils/py-scarab/scarab-0.1.3/scarab/commands/
H A Dupdate.py44 if not (args.status or args.resolution or args.assigned_to \
50 resolution=args.resolution, assigned_to=args.assigned_to,
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dgmp_tickets.c386 entity_t entity, copy, comment, result, assigned_to, user, open_note; in create_ticket_run() local
470 assigned_to = entity_child (entity, "assigned_to"); in create_ticket_run()
471 if (assigned_to == NULL) in create_ticket_run()
480 user = entity_child (assigned_to, "user"); in create_ticket_run()
677 entity_t assigned_to; in modify_ticket_run() local
692 assigned_to = entity_child (entity, "assigned_to"); in modify_ticket_run()
693 if (assigned_to) in modify_ticket_run()
697 user = entity_child (assigned_to, "user"); in modify_ticket_run()
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/bugwarrior/services/
H A Dredmine.py144 assigned_to = self.record.get('assigned_to')
162 if assigned_to:
163 assigned_to = assigned_to['name']
176 self.ASSIGNED_TO: assigned_to,
/dports/ports-mgmt/freebsd-bugzilla-cli/freebsd-bugzilla-cli-0.15.1/share/bz/pybugz/
H A Dsearch.sh4 local assigned_to="$1"
18 _build_search_file "$search_file" "$assigned_to" "--assigned-to"
H A Dedit.sh6 local assigned_to="$3"
21 _build_edit_file "$edit_file" "$assigned_to" "--assigned-to"

12345678910>>...15