Hi Guys !
I'm looking for a solution to send email on EVENT to an email address (already) store in a customfield.
Normally JEMH is doing the job but I have some difficulty to catch this field.
Currently I installed JEMH plugin setup and do this :
Tell me if I'm not clear !!!
Sven.
In the case of Jira-Notification - What sdo I need to choose in the configuration of the Notification:jira/non-jira/All/none?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the case of Jira-Notification - What do I need to choose in the configuration of the Notification:jira/non-jira/All/none?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depends, there are two approaches, the Notification: approach you mention is the simpler Profile driven route, only done for issue creation, nothing else. The more advanced Event Listener approach caters for all issue events:
Please read https://thepluginpeople.atlassian.net/wiki/display/JEMH/Notifying+the+reporter+of+issue+creation
and for the 'full' approach using the Event Listener, be sure to go through:
- https://thepluginpeople.atlassian.net/wiki/display/JEMH/Configure+JEMH+for+a+Helpdesk+environment+from+scratch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sven. If you have defined the custom event in JIRA, fire that event somehow, JEMH Issuelistener will pick it up, but in order to notify anyone a few things need to have been done:
1. You must have created an appropriate IssueEvent TemplateSet for the custom event. This can be done from blank, or you can create a different event type template, and just switch the event type after.
2. The ProjectMapping against which the event relates must refer to the above TemplateSet
3. For JIRA user Notifications, the Notification Scheme is what controls who gets what. If your event is not listed in your notification scheme (with roles attached?)
From your description you have done the required steps, what is the custom event ID? Have you enabled logging via JIRA System admin screen 'Logging and Profiling' (package is: com.javahollic.jira.emh). If any event is received, it should log various decision points during processing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I've followed your steps, but for some reason I only see the defaults mentioned under JEMH Event Mapping - Jira notifications of that project. Any idea why I don't see the custom templates I created under Template set and added in the project mapping? I created 2 templates: Issue resolved and Issue reopened, but they are not visible in the Project notifications list?! Thanks already
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.