Forums

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

JIRA Mail Handler

JIRA Team Mailbox January 7, 2016

Is there any way to configure the JIRA to update tickets when the email comes with same subject in the email handler without using ticket number in the subject ?

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
January 7, 2016

No, it relies on the issue number (the summary is not unique, so you can't really use it as a simple match)

You'll need your own mail handler to do that (one that can cope with non-unique strings, and encapsulates your logic on matching - e.g. if the email has a valid issue id, and a valid summary that matches a different issue)

0 votes
Tibor Hegyi _META-INF_
Atlassian Partner
January 7, 2016

Nic is right, JIRA cannot do it for you. You either develop your own mail handler, or use Email This Issue a JIRA add-on that can do this for you.

If you need more information on how exactly it works, please let me know. 

Tibor

Suggest an answer

Log in or Sign up to answer