The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Extract Current Day in Jira based on Days present in Custom Field

mohammed aamer khan
February 18, 2022

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Pramodh M
Community Champion
February 18, 2022

Hi @mohammed aamer khan 

I know I suggested Scriptrunner, but if you need to do with Automation itself, here's a solution

Email Send.png

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

mohammed aamer khan
February 18, 2022

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