Dear All,
Do you know if it is possible to send a defined email notification to a user when a specific custom field is modified/Changed (Due date)? using server version
Hello @tejraj_123 ,
If you are using ScriptRunner, in addition to what Craig said, you could also use the "send a custom email" Listener, on the "Issue Updated" event, with this condition :
event?.getChangeLog()?.getRelated("ChildChangeItem")?.find {it.field == "duedate"}
You will be able to configure projects, mail content and address etc. in the UI :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Antoine Berry ,
I'm new to the Scriprunner, Can you please post the Script here. my requirement is If any change in 'Due Date' field in 'XXXX' Project , a notification should be sent to XXXX person.
Thanks,
Tej.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @tejraj_123 ,
If you try to create a listener, select "Send a custom email", you will be able to configure it. If you check my screenshot above, you can see that you can select the project.
The snippet should evaluate to true if the due date is changed, on the "Issue Updated" event (i.e. edit mode - you can add more events).
Then it is up to you to customize the mail template, the addresses...
Please check the documentation for more information. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @tejraj_123
Do you have any plugins available to leverage?
Re: Automation for Jira/Scriptrunner...
Asking here because you've listed this as the server product and without the Jira Automation plugin installed @Fabian Lim's suggestion won't help you.
It's a great plugin by the way, and will work exactly as described by Fabian.
So is scriptrunner... although the approach would be different.
If you could provide some more details that would be a great help for one of us to help you further.
Thanks
-CN
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 @tejraj_123 have a review of this page.
Scriptrunner send_a_custom_email
Let me know if you get stuck.
Thanks
-CN
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 @tejraj_123
Yes it's possible via Jira Automation.
Trigger - Field Changed for due date
Action - Send email notification
This video shows you how to create customized email notifications: https://youtu.be/ccWTIgdnQqE
Regards,
Fabian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fabian Lim ,
Thank you for the quick response, Unfortunately, we don't have the Automation for the Jira plugin. I Believe this is possible with the Scrip runner plugin Can anyone please help me with the script.
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.