The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Custom incoming email parser

Arianna Fabbri
Contributor
November 23, 2014

Hi,

is possible to customize incoming email parser in order to detect the correct issue not with issue key in email's subject but with custom field in email's subject?

Example

issue key XXX-555 with custom field issueNumber IN05/2014

Is possible to customize incoming mail parser in order to accept emails with subject:

IN05/2014 - New incoming email

instead of subject

XXX-555 - New incoming email

 

Thank you in advance

Regards

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
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 Champions.
November 24, 2014

Not off-the-shelf.  The built-in email handlers rely purely on the subject line containing the issue key.

You will need to find or write a new email handler that can read the incoming fields and parse them.  JEMH is the one I'd always reach for on this.

0 votes
Piotr Klimkowski
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 Champions.
November 24, 2014

AFAICS it's not possible with out of the box JIRA.

Possible options are:

  • use an add-on, for example JEMH (though I don't know if it has this particular feature)
  • create you own plugin with custom mail handler tutorial