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: 

How to assign a issue with perticular project

Hardik Acharya
April 30, 2014

Hello Team,

I have setup incoming mail as office365.com with POP3 connector. All mails were downloaded successfully and also created issues automatically.

I have many project in the Project list. Now, I want to know how to distribute the issues with perticular project in the project list. means someone send the mail and issue will created in the jira but the issue will select the specific project.

Please help me!!

Thanks and Regards,

Danny Pate

1 answer

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.
April 30, 2014

Jira's default mail handlers have a single project input. All incoming mail is checked to see if it's a comment on an existing issue, and if not, it is created as a new issue in a single project.

If you want to be more clever about routing issues to projects, your choices are

  • Different email addresses for each project
  • Write your own handler which knows your "which project" logic
  • Find a handler that you can implement your "which project" logic. Frankly, that means JEMH - by far the best way to hadnle incoming mail.