Hi,
I am facing one issue is that notification doesn't goto the person who created the issue in which user is neither assignee/reporter/other roles.
How can mail for created issue goto the person who created the issue in JIRA ?
Thanks
Deepak Bhatia
They probably don't have "email me on my changes" set in their profile. Check that first.
Hi Nic,
Thanks for your response. I have set the "Notify Me" flag on. So when I create an issue in which I am not assignee/reporter then I don't receive an email though as you told Notify means, person who created the issue should get the email.
Please let know if my understanding is correct.
Regards
Deepak
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, sorry, I missed that bit. If you're not the reporter or the assignee, then no, you won't get any email because you're not named in the notification scheme. You need to get yourself identified as someone who has an interest in the issue being created.
Read your scheme to identify a way to do it - "watchers" is probably the best way to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
An old question, thought of answering it though:
(if you are okay with workflows)
Try it out, I have not tried it myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deepak,
This is probably because users are having "Own Changes" option set to "Do notify me".. so if for example current user is a Reporter and he is creating an issue he will not recive any notification.
If you want to always send a notification to the person who created the ticket then you can modify your workflow and use Jelly Scripts. You can do below steps:
1. Add a new status to your workflow called for example "New".
2. Add a new transition from New to Open (e.g Open Issue) that will be only visible to Administrators and user that will automaticly execute transitions.
3. Create a automatic transition that will be used when new issues are created. (e.g after 5 minutes) based on this documentation:
https://confluence.atlassian.com/display/JIRACOM/Automating+issue+timeouts
After that when user will create a ticket/issue then after 5 minutes it will be moved from New to Open and comment will be added. Becouse this is not own change then user will recive the notification. The message in the comment could be of course as you want.
I hope that helps.
Regards,
Mirek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is currently not possible unless the user set to autowatch the ticket, but in this case, the user will be automatically become the watcher of the ticket. Not sure this will fit your need. :)
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.