ADO.NET Provider for Jira

Build 25.0.9434

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeSpecifies the authentication scheme used to connect to the Jira instance.
URLSpecifies the URL to your Jira endpoint. It is typically the URL of your Atlassian instance, such as https://yoursitename.atlassian.net.
UserSpecifies the authenticating user's user ID.
PasswordSpecifies the authenticating user's password.
APITokenThe API Token used to authenticate the current user. This token is required for API access and is unique to the user.
APITokenTypeSpecifies the format of the APIToken authentication. Supports Basic (default) and Bearer.
PATThe Personal Access Token (PAT) used to authenticate the current user. The PAT is an alternative to using passwords and is used for accessing resources within the Atlassian ecosystem, such as Jira or Confluence. This token provides a secure, token-based authentication method for API calls, eliminating the need to expose the user's password directly.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434