We have created an event listener that listens to task events like updates, status changes, attachments, etc. and we are processing these events in our code.
What is the best practice here, is recommended to have separate event listener per event type like for comment_updates one event listener and another event listener for other events.
please suggest.
Hello @__Ashok Kumar Chava
It is recommended to use shared listeners for the events and kindly refer to the following document for further reference:
https://docs.adaptavist.com/sr4js/8.3.0/features/listeners/listeners-tutorial.
Please Accept and Vote my answer if it helps.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.