Hello All.
I have a workflow that requires two basic options:
1) Open -> In Progress -> Resolved (I've used "resolve" as transition name)
2) Open -> Garbage (I've used "discard" transition)
Now, I don't want to receive any notifications for the "discard" transition. I do, of course, want to receive notifications for "resolve" transition.
Now, I know that I can modify notifications from the notification schemes section, but I don't know what exactly to change:
- Issue Resolved?
- Generic Event?
Also, I see that "Fire a Generic Event event that can be processed by the listeners." is listed as a post function of the "discard" transition. Would simply removing that stop all notifications?
Thanks,
Baybars