Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mandatory user filters support + utility functions #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

koles
Copy link

@koles koles commented Jan 16, 2013

Mandatory user filters support + utility functions

Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
$project, $username, $label, @values);

Only "attribute IN (value1, value2, ...)" filters are supported.

Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
  $project, $username, $label, @values);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant