JiraSwift icon indicating copy to clipboard operation
JiraSwift copied to clipboard

Jira Cloud use authentication [email protected]:<api_token>

Open didix21 opened this issue 4 years ago • 2 comments

After trying to use your swift jira script with user and password. Jira is giving me Error: httpError(401). After checking the Jira's oficial documentation for basic authentification, says that user must create an api token (check it) and make requests as:

curl --request GET \
  --url '/rest/api/3/project' \
  --user '[email protected]:<api_token>' \
  --header 'Accept: application/json'

didix21 avatar Jul 03 '20 10:07 didix21