telekom / testerra-xray-connector

testerra-xray-connector is used for synchronizing test results with Xray plugin for Atlassian Jira.
Apache License 2.0
4 stars 1 forks source link

Added access token authentication (Bearer token) #6

Closed martingrossmann closed 2 years ago

martingrossmann commented 3 years ago

Description

Jira also allows to create an access token for using REST API. This change adds the support to use a token instead of user and password with the new property xray.token. If this property is defined, Xray connector tries to login with that token. If its not defined, Xray connector uses basic authentication with user and password.

Type of change

Please delete options that are not relevant.

Checklist: