There is a requirement from the project is:
on create of task we need to send custom mail to specific users.
I follow below solution:
created a custom event and assigned it to a group and added in the post function of the workflow.
here i am seeing two problems.
how to manage these groups.for example tomorrow they ask to add new people then we need add them to the group.
As we are using one workflow and it is shareble to all the projects,i cant modify all the workflows for the above feature.
Is there any alternative way where i can send custom mail on creation of the issue without adding the post function in the workflow
please getback to me if you are clear about the requiremet
Thanks
Thank you Tarun
I have implemented by using listener of script runner plugin
Thanks
Jeetendra
Glad to know @Jeetendra Dash that it helped, please upvote, accept answer so that others are helped as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jeetendra Dash
If you want to fire an custom event from the workflow, then you can do that and even if the workflow is shared by multiple projects then you can make sure that the notifications scheme of only the project which interests you contains the custom event.
Hence in the notification of the required project you can add the required group against the event and thus the group will be notified for that event only for the project containing the notification scheme and not for other projects.
You can also explore paid plugins like "Script runner" which offer this feature of sending custom emails based on conditions (project should be X or issueType should be Y ..like that)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With your requirements this can only be done with a plugin like (unless i am overlooking something.)
My advice would be to use Automation for JIRA
You can create global and/or project rules with this plugin, and those can easily be maintained without the need for scripting skills.
Best regards
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeetendra Dash do you want that group users to receive notifications for all the issues raised in that project?
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.