Automatically create subtask when parent issue ID and another text are in subject of email

Joost Damen August 11, 2014

Hi,

I was wondering if it possible to let JIRA or a plugin with mailhandling create a new subtask of a specific type when an email comes in.

These would be the conditions:

If there is an email received from sender X

And the subject of this email contains issue ID

AND contains some text

e.g. subject is "TESTSYSTEM-(NWDS-01)"

Result:

A new subtask is created as a child of issue NWDS-01

and contains the body of the mail in description or something like that.

I'm curious!

1 answer

1 accepted

1 vote
Answer accepted
Alexey_Rjeutski__Polontech_
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.
August 11, 2014

Yes, definitely.

Please look into https://developer.atlassian.com/display/JIRADEV/Custom+Message+(Mail)+Handler+for+JIRA- the tutorial how to create mail handlers inside your plugin. You can even create tickets inside remote systems with that approach;)

Joost Damen August 14, 2014

Sorry, for the late answer, i will dive into this.

Thank you!

Suggest an answer

Log in or Sign up to answer