Hi,
I want to send email to "Reporter" and "Assignee" , whenever the value of a user-picker fields changes.
I do-not want to make any transitions, the mail should be sent in the current state of the issue.
Please help me to achieve this.
Thanks.
Tanu
If you are looking for an easy way to handle this without having to write custom listeners, Notification Assistant for Jira supports sending notifications on Field Edit.
Thanks @Boris Berenberg - Atlas Authority
But we are not planning to buy any plugins so looking for scripts options
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mohamed Benziane , thanks, i found a way through listener and it works.
I really appreciate your help.
Unfortunately i am stuck in another issue right now, wanted to see if you have any solution to that.
I am using a plugin "Checklist", and i have created a field which is a checklist type, now i want to write a scripted condition in Listener to send an custom email, only when the checklist is fully completed.
do you have any simple one-two line code to check if a checklist is fully completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
The best option is to open a new question on the Community in order to have the most adequate response.
in the meantime you can have a look at the documentation of the plugin this can be a good start
https://railsware.atlassian.net/wiki/spaces/CHK/pages/92176610/Change+via+REST+API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Tanu
You need to edit your notification scheme that is associated to your project
project setting>notification and add reporter and assignee to the issue updated notification.
hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Mohamed Benziane
I achieved this through Listener, since notification scheme fires updates for all the updates we are making, but here i wanted for specific field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.