Hi everyone,
I'm trying to send email notifications whenever custom fields are modified. For example, I'd like to notify the developer whenever he/she is assigned to an issue. Note: the email notification should not require a transition. Therefore, I don't believe I can use post-funtions to fire off the event.
Any straightforward ideas?
Regards,
Dotun
You will need quite a lot of customisation in a listener. Changes of field just fire "issue updated", so you'll need to shut down the existing notifications and code ALL of the logic for "who do I send email to when I catch an issue updated event"
As Jobin says, assignee is different, using "assign issue" fires issue assigned events (but not if you change it in an edit screen) and there are some others like work logs and comments that fire different events too.
For example, I'd like to notify the developer whenever he/she is assigned to an issue.
You can do this using the ISSUE ASSIGNED event. Won't that work? And for custom field updates, you can use ISSUE UPDATED event.
If you want to get notified only for certain fields, then you will need to write a custom listener.
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.