I created the issue using Jira issue API and now I want when I click on 'Reply to Customer' I want to send an email directly
In the description, I have all the form data, which you can see here https://prnt.sc/berr_gQBX2aW
I want to use that email address when I click on the 'Reply to Customer'
Thanks
Hi @Ceni Krasniqi and welcome to the Community,
when using the Jira API, you can put the information directly into the respective Jira fields. Using the description for structured information and then trying to parse out a single value is bad practice.
The email-Adress should be added as customer and then used as reporter for the issue. Then "Reply to Customer" will automatically reply to the Emailadress.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.