Automatic through Jira API

chieh-chuan_chang September 4, 2022

Hi Support, 

I found a docs https://www.geeksforgeeks.org/how-to-fetch-data-from-jira-in-python/ regarding jira modules of python. Then i wanna to adopt it to do some automation with Jira. However it's always show 401 not authenticator. How to do. For now i uing private token got from person profile. If i use 

curl -s -X GET -H "Authorization: Bearer ${person_token}" -H "Content-Type: application/json" "https://jira.eurekacloud.io/rest/api/2/search" it would be workable.

0 answers

Suggest an answer

Log in or Sign up to answer