Home
last modified time | relevance | path

Searched refs:includeFields (Results 1 – 1 of 1) sorted by relevance

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php18 …private $includeFields = array('id', 'summary', 'status', 'resolution', 'deadline', 'priority', 's… variable in helper_plugin_bugzillaint_bugzillaclient
41 …$includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras), array('…
42 …$response = $this->bugzillaRPC('Bug.get', array('ids' => $ids, 'include_fields' => $includeFields
178 …$options['include_fields'] = array_merge( $this->includeFields, $this->extrasToIncludeFields($extr…
215 $includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras) );
222 …sponse = $this->bugzillaRPC('Bug.get', array('ids' => $f_ids, 'include_fields' => $includeFields));
233 …esponse = $this->bugzillaRPC('Bug.get', array('ids' => $f_id, 'include_fields' => $includeFields));