How to change dynamically the reply to field for outbound emails

btibdev2 July 22, 2016

Hello, 

I am trying to connect JIRA and Zendesk through email exchanges. I cannot use a plugin because our JIRA instance is not publically accessible since it is host on our internal server.

I succeeded so far to create a ticket in JIRA from Zendesk with Email this issue emails handler. The next step I would like to achieve is JIRA to answer by email to Zendesk with the ticket id created in JIRA as an internal comment in Zendesk and this is not that easy. I'm able today to send the ticket number in a new email but it is always interpreted by Zendesk as a new ticket (and not included as a private comment).

This is due to the reply to field which doesn’t follow the Zendesk structure (support+zendeskTicketID@myCompany.zendesk.com). What I need to achieve is

  • to put in a custom field the reply to field from the incoming email from Zendesk. I don't see available in Email this issue the possibility to extract the reply-to field.
  • (if the previous step succeeded) to modify dynamically the reply to field in the outbound email generated from JIRA. I don't see how is it possible?

Thank you for your help

Regards

2 answers

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 24, 2016

I don't think what you're trying to do is possible out of the box. I've had good experience with the third-party Email Handler plugins, scripting plugins, and the Zendesk-integration add-ons.

  • The default email handlers are written in JAVA. If you want them to do fancy operations like parse an ID from an email and place it in a field, you need to customize the JAVA email handler.
  • I don't believe there's a way to modify the reply-to email address.
0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 24, 2016

Being on a internal server doesn't prevent you from using Plugins. You can still install plugins by downloading them and uploading them through your browser.

Suggest an answer

Log in or Sign up to answer