CData Python Connector for Jira Assets

Build 24.0.9060

Establishing a Connection

The objects available within our connector are accessible from the "cdata.JiraAssets" module. To use the module's objects directly:

  1. Import the module as follows:
    import cdata.JiraAssets as mod
  2. To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
    mod.connect("User=MyUser;APIToken=myApiToken;Url=https://yoursitename.atlassian.net")

Connecting and Authenticating to Jira Assets

Jira Assets supports connecting and authenticating via the APIToken.

To generate an API token:

  1. Log in to your Atlassian account.
  2. Navigate to Security > Create and manage API Token > Create API Token.
Atlassian generates and then displays the API token.

After you have generated the API token, set these parameters:

  • AuthScheme: APIToken.
  • User: The login of the authenticating user.
  • APIToken: The API token you just generated.
You are now ready to connect and authenticate to Jira Assets.

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