Cmdlets for Jira

Build 24.0.9060

AuthScheme Parameter (Connect-JIRA Cmdlet)

The type of authentication to use when connecting to Jira.

Syntax

Connect-JIRA -AuthScheme string

Possible Values

Anonymous, OAuth, PAT, APIToken, Basic, Crowd, OKTA, LDAP

Data Type

cstr

Default Value

"OAuth"

Remarks

  • Anonymous: Set this to use operations that can be accessed anonymously. You will also need to explicitly set Timezone.
  • OAuth: Set this to perform OAuth authentication.
  • PAT: Set this to use a Personal Access Token (PAT) for Server instances.
  • APIToken: Set this to use basic User/APIToken authentication for Cloud instances.
  • Basic: Set this to use basic User/Password authentication for Server instances.
  • Crowd: Set this to perform Crowd SSO authentication.
  • OKTA: Set this to perform OKTA SSO authentication.
  • LDAP: Set this to perform LDAP authentication.

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