CData Python Connector for Bugzilla

Build 23.0.8839

接続の確立

コネクタ内で利用可能なオブジェクトは、"cdata.bugzilla" モジュールからアクセスできます。モジュールのオブジェクトを直接使用するには:

  1. モジュールを以下のようにインポートします。
    import cdata.bugzilla as mod
  2. 接続を確立するには、以下のような適切な接続文字列を使用してコネクタオブジェクトからconnect() メソッドを呼び出します。
    mod.connect(" Url=http://<yourdomainname>/Bugzilla;APIKey=abc123;")

Bugzilla への接続

Bugzilla 開発者UI を使用してBugzilla インスタンスへの接続を確立できます。

Bugzilla アカウントの認証

You can authenticate to your Bugzilla account using two parameters:

  • URL. This is the URL of your Bugzilla developer's page (the Home page).
  • ApiKey. API Keys can be generated from the Preferences > API Keys section of your Bugzilla developer's page.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839