-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Add form automation to the following:
- Navigate to the Done workflow transition.
- Modify the Fire Event post-function from "Generic Event" to "Issue Resolved" event:
Fire a Issue Resolved event that can be processed by the listeners.
- Publish the workflow.
- Create a new issue and change the status to "Done" and the new form is not added.
A video recording to demo the issue: Screen Recording 2024-09-19 at 1.30.16 PM.mov
Expected Results
Proforma automation creation form should be listening to any events or not depending on specific event to trigger the form.
Actual Results
Proforma automation creation form only listen to Generic Event.
Workaround
- Change the Fire Event to Generic Event in the workflow post-function.
- If you want to fire other custom Event, you may want to add a new Fire Event post-function for the custom event.
- links to