Checking this page: Adding a custom event I've got a questions
My assumption:
In case there is a specialized event available it is taken; else the "Generic Event".
Example:
Workflow: Open -> In Progress -> Closed (resolved)
Create issue (->Open) : Event "Issue Created" overwrites "Generic Event" ==> TRUE??
Open->In Progress: What event is used? "Issue Updated"* or "Generic Event"???
In Progress-> Closed: Event "Issue resolved" overwrites "Generic Event" ==> TRUE??
* Excerpt from above webpage: "Issue Updated" event is triggered when "An issue has had its details changed."
Is a status change a change of a detail? Or only if I change eg. the Description/another field?
A related question: In case the "Generic Event" is empty no inbetween (not create and not resolve)-status changes get mailed?
Thanks!
BR, Markus
I think you're over-thinking this.
It's actually very simple - look at the workflow "post functions". You'll find every single one has a single, unique, non-removable function of "fire event X". You can change the X to whatever event you want. There's no "overwrite" or precedents, every action fires a single workflow event.
System events are the hard coded ones that you have no control over. These are things like comment (issue commented), edit (issue updated), delete (issue deleted) and so on.
There's no overlap between the two - if you do something in the workflow, you get a workflow event. If you do something outside the workflow, you get the system event. Now, the events fired can be drawn from the same list, but there's no multiple event firing.
Did this change since 2011? In the "post function" there is a default "fire event" (which is dubious as it looks technical, with eventTypeID=13), but I can't change it, only change its position. AND I can add another Fire Event as I want (and those look human readable). These are exactly the opposite as what you stated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, this has not changed - you can't add another system fire-event. However, there are addons that provide something alongside the system event, I suspect that's what you're seeing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when i link the issue with already created issue. it didn't generate mail of issue updated. i need to know which are the events who are triggered to generate mail notification with issue update events.
Adnan Haider
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, you only get one issue updated event, for the issue you added the links to. If you added links during issue creation, then you haven't changed anything new, you've created an issue, so you get the "create issue" event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifications, Nic!
BR, Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.