You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Greeting,
I have the clarification regards the Customize Email Notificaiton for the selected Project for the below request.
Scenario: I have created One Project(P1) and add more than one Task/ Story to assign to the different users(U1, U2, U3) also i have added the custom date selection field as Request "Start date".
Here i needs to send alert email notificaiton to asignee regards the Request Start date. The mail to send for the Group of Users assinged to the created project(P1).
Could you please provide the steps how i will create the email notification for this scenario.
Thanks,
Anbarasi
Thanks Gaston.
I have created one group and assinged the respective Person in the same(Eg: Group1)
But while Newly Add/ Update the Notification Scheme the Custom Date fields is not listed out .
Also i needs to Trigger the Email Notification based upon the date given in the Custom Date Fields.
Eg: I have create More than one tickets and Select the Different Request Start Date for each ticket(Here Request Start Date is Custom Fields)
Ticket 1: Request Start Date as : 27/07/2017
Ticket 2 : Request Start Date as: 29/07/2017
.
.
.
Here the Alert email notification should be trigger one day before to the Group Users(Group1) to indimate the Request Start Day is tomorrow please plan accordingly.
Could you please support there is option to create this type of notification in Jira.
Both of these require coding:
>But while Newly Add/ Update the Notification Scheme the Custom Date fields is not listed out .
See https://confluence.atlassian.com/jira/customizing-email-content-185729653.html
>Also i needs to Trigger the Email Notification based upon the date given in the Custom Date Fields.
JIRA sends email based on events, not data in fields. You'll need to find/write a more clever email system that does read your fields. Some of us use scripts on post-functions or listeners, and there are email add-ons that allow you to mail based on data rather than events in the marketplace