Forums

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

How can I create email notification when one of the assets will expire within 45 days?

Vera Valshonok
Contributor
June 29, 2023

How can I create email notification when one of the assets will expire within 45 days.  I would need to share a list of the tickets  which warranty end date will expire in 45 days.

There is a field in the tasks called: Warranty End date.

I also have a created a filter with the tickets that should do in this list without setting an automation yet.

1 answer

0 votes
Felipe Fernandes
Contributor
June 30, 2023

I did an email notification rule using automation based on due dates. 

In my case, I notify on a slack channel and email all BUGS older than 6 months. I format the result of the query by selecting and then using lookupIssues smart value function: 

{{#lookupIssues}}
> *{{key}}*: {{summary}}
> Link: `{{url}}`
> Criado em: `{{created.format("dd/MM/yyyy")}}`
>
{{/}}

 I hope that it helps in someway.

best

Vera Valshonok
Contributor
July 2, 2023

Thanks!

Suggest an answer

Log in or Sign up to answer