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.