Hello,
Do you know a good plugin, that will help me to configure system so that each time Iit will send notification to a user who is in custom field, when the status in a ticket is for ex. "In progress". I need this to work in real time, not with job that will work for ex. every Monday...
other options - Automation for Jira, Power Scripts, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew ,
The option seems to be very good one, but can you please help me with this:
1. How can I set ${request.details} in body? Should I write it in other way? Where can I find info about inserting variable syntax?
2. in the mail body I want the available this line: Dear Managers (Managers in this case are in custom user field). How can this be achieved?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In listeners, exist 'send custom email' that has link to http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html
I use $issue.key. Maybe You need $issue.description ?
B.R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thank you, It is possible now to send notifications. One more question please, in the notification body, all the text is in one line. I used HTML option in the template. How can I set enters, bold in the text...? Should I write HTML in the code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used HTMl tags and the problem was solved. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maro,
You should check out building custom events. Basically, you add a custom event to the system, and configure your workflow to throw that event when you enter the status you want. In the notification scheme, set the new custom event to notify the users in this custom field you have.
The end result will be that users in that custom field will be alerted when the issue is transitioned to a particular status.
Does that make sense? The link I provided details a bit more about each of these steps.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kian Stack Mumo Systems the one caveat here is that the custom field is set before the transition. if the process allows for the field to be updated after already being transitioned to In Progress then the custom event would not work, right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you would need to set the custom field prior to, or during the transition. My reading of the ticket, which could be wrong, was to the send the notification WHEN the ticket was placed into the status. If they want something other than this they would need to pursue some other option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I tried using custom event, but that option works only for the users who have license. When a user is just a customer he/she is not able to get notification, even if the notification scheme is set properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I didn't realize that this was in reference to a Jira Service Desk customer. This solution won't work for those users.
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.