I am a Jira Cloud user. I would like to Send Automated mails to assignee of tickets on particular days. Based on Custom Field Value. How can I achieve it ?
Here the catch is I will store values in a custom field such as Monday, Tuesday etc.
Based on that custom field value the mail should be sent.
If Custom field value is Monday and current day is also Monday then Mail should be sent to Assignee.
The Custom field value differs in Issues. Suppose in Issue-1 value is Monday and Wednesday, Where as in Issue-2 it can be Tuesday and Thursday.
Thanks,
Aamer
I know I suggested Scriptrunner, but if you need to do with Automation itself, here's a solution
You would need to include the rule to check for other days as well similar to the one which I have included above
Tha above method will check the field value of a weekday and sends a mail to the assignee
Let me know if you have any queries
Thanks
Hi @Pramodh M
Thanks for helping. Above answer is working fine. Just need to add 'contains any' instead of 'equals' when custom field is having multiple values stored.
Regards,
Aamer
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.