How can I authenticate when using the Bugzilla Perl API in a script?

后端 未结 3 892
闹比i
闹比i 2021-01-13 16:39

Working from the Bugzilla API, I\'ve written a quick Perl script to clone a Bugzilla Product (recreating all the Components under their new Product). The Bugzilla Perl API i

3条回答
  •  青春惊慌失措
    2021-01-13 17:36

    There's been some significant upgrades in the web services capabilities since 3.2, can you upgrade?

    In 3.6 at least, check out contrib/bz_webservice_demo.pl for how to use the User.login method.

    http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/User.html

提交回复
热议问题