Hi
I want to send a msg(comment/ email) to remind user ticket's due date when I create ticket.
Message like "Your request due date xxxxx, We're on it"
Is there has any way to achieve?
Hi Eric,
I think JIRA does not provide any feature to send emails with customised messages natively.
Do you use any scripting add-on in your jira which have Post Functions like "Send Emails" or "Execute Groovy Scripts"?
Regards,
Rakesh
We're main purpose that send reminding msg for user include due date information no matter comment or email.
I survey "scriptrunner" now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eric,
Since you are using JSD, you can also utilize Automation module in project settings. There is a "Send Email" action available in this module. You can send the customized email message to the Reporter whenever a new ticket is being created.
Regards,
Rakesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for reply.
Do you know how to set a "due date" value to comment with scriptrunner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To get an email/reminder you can use the Filter subscription Jira built-in functionality. In order to get this work, you need to write a filter with Due date and subscribe to it.
But the thing is it will send an email to the recipient as personal or group.
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.