Mozilla

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Entering bug into Bugzilla

    0 answers - 1037 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi All,
    I'm entering data into Bugzilla through MySql db with a one text file
    for "bugs" and "longdescs" to check concept for one entry, then if it
    is works I'll create script which will take care and enter all old
    bugs.
    $mysqlimport bugs bugs.txt -u val -p
    bugs.bugs: Records: 4 Deleted: 0 Skipped: 1 Warnings: 91
    $mysqlimport bugs longdescs.txt -u val -p
    bugs.longdescs: Records: 1 Deleted: 0 Skipped: 0 Warnings: 0
    then I run ./checksetup.pl,
    check entry in MySql:
    select * from bugs where bug_id=300;
    select * from longdescs where bug_id=300;
    but even I can see bug in the "Bug List", when I hit it and move in,
    all fields such as S, Product, etc. are empty.
    Did I did something wrong, maybe I need to use other table?
    Thank you for help,
    Val
    support-bugzilla mailing list
    support-bugzilla (AT) lists (DOT) mozilla.org
    PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.

Re: Entering bug into Bugzilla


max 4000 letters.
Your nickname that display:
In order to stop the spam: 8 + 7 =
QUESTION ON "Mozilla"

EMSDN.COM