I created an issue and i assign it to a customer as a reporter, but the customer doesn't receive an email about the issue.
When you create an issue "manually", I am assuming that you are using the big blue "Create" button at the top of your screen. Creating in this fashion does not add a "Request Type", so the notifications will use your JIRA core notification scheme, and not the "Service Desk" scheme that it sounds like you are expecting. If you use this guide, you can create an automation rule to apply a request type automatically whenever you manually create an issue:
You can do this either with a post function on create, or using the automator plugin. You will need to know the raw values for each of your request types from the database.
JSD-1809 - Automatically set Customer Request Type when issue is created via JIRA OPEN
This ticket has some info and instructions using the plugin, however the concepts are the same as a post function in workflow. Feel free to reply if you have any more questions, we used that information to correct this in our environment.
This is expected behaviour. Changing the reporter after the issue is created does not send a notification.
Also in order for JIRA Service Desk to send a notification to the customer, I believe the issue must be created through the customer portal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ideally it should be created using the customer portal, but if it isn't, you can make an issue visible to your customer by doing the following:
I don't believe doing any of these will send the customer a notification, so you may want to add a comment to the issue to make them aware of it. (Then they can reply to that email to add further comments without having to use the portal.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add post function "The Customer Request Type of the issue will be set to sd/getithelp" to transition: Create issue. This wiil triger Issue Created event and send mail to reporter.
sd = project key
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is when an issue is creating not when the issue is created, not changing the reporter either it is when assigning. Some Customer is sending an email directly to me and i want to manually create the issue , but reporter don't get an email when the issue is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you checked your notification scheme?
Check if the reporter in the Issue Created event in the notification scheme.
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.