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:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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!