Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,659
Community Members
 
Community Events
185
Community Groups

Send notifications when due date is occuring

Hello everyone,

I searched for this issue on the community but I seem to have a particular need about this ticket field.

I need to send a notification when due date is occurring for a ticket assigned to me.

Is it possible without using some backend code?

Thank you in advance

5 answers

1 accepted

13 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 01, 2021

And to add to what the Airbus Driver said,

You can also accomplish that by using Jira automation:

  • Go to project settings > Automation
  • Create new rules
  • Trigger: Schedule
  • Choose e.g. to send it one time a working day, at a specific time
  • Click "Run a JQL search and execute actions for each issue in the query."
    • Write your JQL "duedate <= now()"
    • Validate your query to see that it provides results
  • Add new action "Send email"
    • Compose your email and use smart value to enhance it
    • Choose the recipients (assignee/reporter etc)

Test it before of sending actual emails to people. Hope that helps you.

6 votes
Airbus Driver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 01, 2021

This is possible by using JQL and a subscription filter.

1. Navigate to Filters -> Advanced issue search

2. Use the following JQL search clause (if the due date is due in 1 day);

assignee = currentUser() AND resolution is EMPTY AND duedate = 1d

3. Click 'Save as' to save the filter

4. On the same page, click on 'Details' right next to 'Save as' and click on 'New subscription' and then configure how often you want the notification to be sent to you.

Got the same request from users.

Good solution (thumb up)

With the subscription to a JQL we can work.

What if I want to send out the e-mail notification 1 day before the due date? What schedule can you use for that? 

3 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 01, 2021

Personally I like to create a dashboard that includes my “due soon” issues. I check my dashboard each morning. 

0 votes
Dave Potter
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 03, 2023

I would love to follow the first answer. Unfortunately a "project settings" button does not exist in my set up.  Is it something that only the board manager has?

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 03, 2023

You are not a project admin (has the administer project permission), and that's why you don't see it. Ask from him to do anything you want or ask him to grant you the project admin role.

Hi @Alex Koxaras _Relational_ , @Jack Brickey 

Can you please help here we have an automations for Leavers forms. for these the automation will create issues to different teams to deactivate the the accounts of the the leaver and linked to the main leaver form and also notification emails are sent on the same for teams. the current process triggered on the creation of the ticket.

But now, we want to update rule based on the "Execution date" the linked issues and notifications are to be sent only on this date.

I tried with two different automations 

trigger : Issues created

Condition JQL =  execution day is now or the past

Action = issues created and linked to current issues and notification are also sent.

these working as expected as the current automation. But we need to creat autromation if the Exception date is  greater than to day.

we need to create the linked issues and send notifications on the day of excecution day only.

Will it will have any suggested workaround.

Thanks.

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 23, 2022

Ritu,

I suggest you post a new question 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events