RTIR 3.2.0 Documentation

Add constituency

Go to latest version →

NAME

add_constituency - add or update constitiuensies

SYNOPSIS

    add_constituency --help
    add_constituency --name <constituency> [options]
    add_constituency --name EDUNET
    add_constituency --name EDUNET --correspond 'edunet@example.com' --quiet

    add_constituency --name <constituency> --rename <new value>

    add_constituency --name EDUNET --force

OPTIONS

--name

Constituency name. Mandatory argument.

--correspond

Set/update correspond address.

--comment

Set/update comment address.

--rename

Rename constituency, use this option to set new value when --name defines old.

--quiet

Disable output.

--force

Don't prompt about changes to be made, useful to combine with --quiet

DESCRIPTION

This command line utitlity is a helper for activating advanced access control on tickets using the current value of the constituency field.

Read more in lib/RT/IR/Constituencies.pod using perldoc tool.

← Back to index