Hello,
I've just started evaluating Jira and so far i think it's awesome. I've setup my projects to have issue collectors. I've made a single account called Feedback to manage all the issue collectors for all the projects.
What I was wondering was if I could send the ticket status or changes to the e-mail that was entered in the feedback form instead of the e-mail of the Feedback account.
Alternatively I would like to be able to share the entire ticket but not as a link to login to the platform, but as full details in the e-mail body.
Thank you.
Andrei
You are in OnDemand, so plugins are ruled out. You need to do something external to JIRA to achieve this. Use REST API, fetch issues using a filter and send emails based on the content. Some programming involved.
Thank you for the reply. But out of couriosity, is there a plugin that can do what I need? If so, could you link me to it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was thinking of script runner plugin to use a scripted custom field to extract the email id from the description. and also to use that custom field in the notification scheme. Should work, but need to test it before being sure.
https://studio.plugins.atlassian.com/wiki/display/GRV/Script+Runner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrei Neamtu, @Renjith [Atlassian]
You can send notifications based on E-mail data from JIRA IssueCollector using our plugin: https://marketplace.atlassian.com/plugins/net.vacom.jirassimo/cloud/overview
Just specify message template and "Email or destination list" like this:
{{#issues}}{{issueCollector.email}}{{/issues}}
Notification to non-jira-user upon creation (or status transition) of issue are also possible with a JQL condition that you can setup yourself.
Enjoy!
Vladimir Horev
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.