Solved: I am using python requests to update the status of a Jira ticket. ... r = requests.post(url,data=body,auth=HTTPBasicAuth('user', 'password') ...
確定! 回上一頁