Forums

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

Send mail on a specific day with Jira Automation

min November 23, 2023

I've created a Jira Automation to automatically set a due date.
If I want to follow this up with a mailing 3 days before the due date is reached, what features should I use to create the automation?

3 answers

1 accepted

0 votes
Answer accepted
Ben Finn
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.
November 23, 2023

You will need a second automation.

I would recommend running a scheduled automation every day with a JQL that checks for due dates equal to "startOfDay(-3d) then use the send email component. Ill get some screenshots and share steps.

min November 27, 2023

Hi Ben. 

Could you give me screenshots and share steps?

min November 27, 2023

In fact, I don't know anything about JQL at all.

2 votes
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 23, 2023

Hi @min 

You can schedule a rule to run once a day, and check if there's any issues which are due within 3 days - and send the email if yes!

It will look something like this...

  • Trigger: Scheduled
    • Run rule every = 1 days
    • Run a JQL Search... = TRUE (checkbox)
      • JQL - due >= 3d and due < 4d
    • Only include issues... = FALSE (checkbox)
  • Action: Send Email
    • To / Subject / Content - populate as required

---

A few notes...

  • The JQL looks for issues due in 3 days or more, but less than 4 days - this ensures the email is just sent on that specific day

Let us know what you think!

Ste

Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 30, 2023

Hi @min 

I've seen your response above; I've included JQL here - does this work for you at all?

Ste.

1 vote
Asha Goyal
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.
November 23, 2023

Hello @min 

You can try below smart values for mailing 3 days before due date.

Action →THEN: Edit issue fields

Due Date

*Choose smart value {{now.PlusDays(3)}}

Hope it helps

Thanks

 

Suggest an answer

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

Atlassian Community Events