Hello,
I am wondering how certain Notifications like 'Work Started on Issue' and 'Work Stopped on Issue' translate to the transitions of workflows like 'Assigned', 'In Progress',...
Because I'm having a hard time figuring out, which Issue Event Template Sets in JEMH correspond to which actions our Support Workflow.
Regards
Sebastian
By default, only the Generic Event is strictly related to a workflow transition.
The doc is not very explicit on what constitutes a Work Started or Work Stopped event. As far as I can tell, these are never mapped by default when you create a transition. If you'd like to use them for specific transitions (like the default JIRA workflow does between "Open" and "Assigned"), you'll need to replace the Generic event with the Work Started event in the transition's post-functions.
In short, these are optional events that are mapped on the default workflow on selected transitions.
What is driving the workflow transition? If you create custom events, your workflows can fire custom events that you can react to in JEMH. As answer below, Generic events aren't in themselves useful to JEMH.
Changes to an issue that update fields result in an ISSUE_UPDATED, changes driven by JEMH usually add comments, and can update fields, so are usually ISSUE_UPDATED, however, the most recent JEMH 1.7.x release allows you to map 'any' event with a comment to be a given event, eg ISSUE_UPDATED. to reduce custom template needs, only useful in some situs
What version of JEMH are you on (JEMH 1.7.x does things a little differently that means ISSUE_CREATED can be used, mostly, for create notifications instead of the historical custom event - limitations apply).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the quick response guys. The Generic Events was what I was looking for. I don't need to heavily customize the default templates, I just wanted to modify the formatting a bit, which I was able to do.
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.