Home
last modified time | relevance | path

Searched +full:assign +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/issuetracker/
H A DREADME21 Members of configured 'assign' groups are able to edit the entries of the issue
131 modify some entries directly on this output, i.e. admin is able to assign the
H A Dsyntax.php207 $allowed_users = explode('|', $this->getConf('assign'));
480 $filter['grps'] = $this->getConf('assign');
485 // Build 'assign to' list from a simple textfile
562 $allowed_users = explode('|', $this->getConf('assign'));
924 $filter['grps'] = $this->getConf('assign');
1122 $allowed_users = explode('|', $this->getConf('assign'));
H A Daction.php846 …if((stripos($this->_get_one_value($mod,'field'),'assign')!== false) && ($this->getConf('auth_ad_ov…
848 $filter['grps']=$this->getConf('assign');
980 $filter['grps'] = $this->getConf('assign');
985 // Build 'assign to' list from a simple textfile
1068 $allowed_users = explode('|', $this->getConf('assign'));
1491 $filter['grps']=$this->getConf('assign');
3015 $filter['grps'] = $this->getConf('assign');
/plugin/issuetracker/conf/
H A Ddefault.php39 $conf['assign'] = 'admin'; // Configure groups usable for issue asignme…
H A Dmetadata.php39 $meta['assign'] = array('string'); // Configure groups usable for issue asignments
/plugin/issuetracker/mailtemplate/
H A Dnew_issue_mail.html339 …Tracker Admin,<br><br>the following new Issue was reported. Please check and assign it.</multiline>