Forums

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

How to reply to an email using API from Python

sowmyac1906_bit
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!
July 2, 2020

Hi All,

I am using this API to email the user.

url = "https://$BASE_URL/rest/jeti/1.0/email"
requests.post(url, auth=(settings.JIRA_AUTH), json=data, verify=False, headers=headers)

The problem now is I want this email to be sent as a reply email. Could some one please help me on how it can be done. Thanks a lot in advance.

0 answers

Suggest an answer

Log in or Sign up to answer