Automation - Sending an E-Mail 3 days before the task is due

Admin OKZT February 4, 2025

Hello,

we created a rule that an e-mail is sent as a reminder three days before the task is due. This one works just fine. But now I need an adjustment.

This is the rules as it is right now:

Regel gesamt.JPG

But now I need it to exclude this whole column:

Column.JPG

I can't mark the column as "done" but I also don't need the E-Mail notification for this one. 

Does anyone know how to fix this? 

 

Best regards

Jenny

 

2 answers

1 accepted

1 vote
Answer accepted
Ścisiński Jakub
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!
February 4, 2025

Another AND in first jql containing status not in ('ANGEBOT ABGEGEBEN'). This will exclude all issues from this status for mail notifications.

Admin OKZT February 4, 2025

Like this? 

Frist <= endOfDay({{numberOfDaysBeforeDueInclusion}}) AND statusCategory != done AND status !=('ANGEBOT ABGEGEBEN') AND assignee != empty

Ścisiński Jakub
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!
February 4, 2025

Should be like that, if it is not working (not showing proper output)  then you can add how exactly that column is defined. What is contained there. 

Because even if one status is in two columns it has to be defined somehow.

Admin OKZT February 4, 2025

Thank you, I will try it. The Workflow looks like this - maybe that helps? 

Columns.JPGWorkflow.JPG

Ścisiński Jakub
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!
February 4, 2025

Excellent! So this JQL

 Frist <= endOfDay({{numberOfDaysBeforeDueInclusion}}) AND statusCategory != done AND status !=('ANGEBOT ABGEGEBEN') AND assignee != empty

should work just fine. It will filter out not needed issues and will not notify anyone with mail.

Admin OKZT February 4, 2025

Thanks a lot for your help. 

0 votes
Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2025

Hi @Admin OKZT 

What are the statuses mapped to that column?

In the JQL attached to the 'scheduled' trigger in the automation, you can specify to exclude those statues.

Admin OKZT February 4, 2025

Status = In Progress.

The problem with this one is, that I have 2 columns with the same status and I only need to exclude one.

Fazila Ashraf
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 4, 2025

@Admin OKZT , In a board, a status can be mapped to only one column. Can you explain how you mapped the inprogress status to 2 columns?

Suggest an answer

Log in or Sign up to answer