Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to automate Jira using python

Pratheep Bondalapati
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 3, 2024

unable to automate Jira using REST APIs with python: 

 

 

# Send a GET request to the Jira API
response = requests.get(jira_url, headers=auth_headers, auth=(username,api_key))
<Response [404]>

0 answers

Suggest an answer

Log in or Sign up to answer