Hi,
Can you clarify what you meant be updates?
Use issue commented for comments.
In the notification scheme, add the needed users to the issue updated event.
JIRA has a built in notification system to handle this.
If you intend to format the notification a specific way, you need to modify the velocity template or consider using an add-on like Email This Issue that allows you design templates that can be triggered at specific events.
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.
Hi Divya,
If you want an email that looks like the image you shared then yes you need to write a code for this.
Scriptrunner would be the way to go and if you are unfamiliar with scripting with JIRA I would advise against this.
As for what changed, well this is near impossible, you would need to also store the old data in a separate field (meaning you need a duplicate of all fields you have in JIRA), this field will then send you the old values while the actual field shows the new value.
Put simply, the basic update would work without your custom UI requirement, if you want the custom UI changes then you may need to write some code.
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.
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.