ADD_BUG_TO_ESTRAIER(1p) | User Contributed Perl Documentation | ADD_BUG_TO_ESTRAIER(1p) |
add_bug_to_estraier -- add a bug log to an estraier database
add_bug_to_estraier [options] < list_of_bugs_to_add
Options: --url, -u url to estraier node --user, -U user to log into the estraier node --pass, -P password for the estraier node --spool, -s spool location --conf, -c addbug configuration file --cron add all bugs to estraier --timestamp bug timestamp file --debug, -d debugging level (Default 0) --help, -h display this help --man, -m display manual
test_bts --bug 7 --host donbugs.donarmstrong.com
estcmd create -si -xh3 -attr status str -attr subject str \
-attr date num -attr submitter str -attr package str \
-attr severity str -attr tags str bts
2020-04-07 | perl v5.30.0 |