Skip to content

[ResponseOps][Connectors] Allow personal access tokens as auth for the Jira data center connector #199104

Description

Description

Currently to configure a Jira Data Center connector a password needs to be passed in the API token field of the form.

Image

We should allow users to use Personal Access Tokens instead. Using Personal Access Tokens.

This will require some changes in the way auth headers are built in x-pack/plugins/stack_connectors/server/connector_types/jira/service.ts.

For Jira Cloud, everything can stay the same. For the Data Center, the PAT needs to be passed as Authorization: Bearer <token>.

We should also have a clear distinction in the UI that allows us to know which "kind" of Jira is being used.

Image

The documentation will also need to be updated accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Feature:Actions/ConnectorTypesIssues related to specific Connector Types on the Actions FrameworkTeam:ResponseOpsLabel for the ResponseOps team (formerly the Cases and Alerting teams)enhancementNew value added to drive a business result

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions