Forums

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

New E-Mail Notification for a specific process

Marcel Felke March 30, 2022

Currently, I have email notifications sent to me for various tasks in Jira. However, all emails have basically the same subject.

However, one process in a ticket is very important to me and that is when someone changes a deadline, i.e. the date for the completion of a ticket.

Is it possible to set up the e-mail notification so granularly that a separate e-mail can be sent for this event (change date), which I can then organize better in Outlook via a rule.

 

2 answers

1 vote
Jack Brickey
Community Champion
March 30, 2022

I would consider using automation for this. Would that work for your scenario?

trigger - field changed

condition - as needed to meet your needs

action - send email

Marcel Felke March 30, 2022

i will try ;-)

0 votes
Marcel Felke March 30, 2022

The automation works. Thank you!

Only I still have one problem. Since it is a date field, I can read the value but it is always the current value.

I would also like to see which value (which date) was specified before to decide if the further shift of the date from the ticket is ok.

Do you have any ideas?

 

{{issue.Wunschtermin.format("dd.MM.yyyy")}} = always the current value

Wunschtermin = german name of the Date field :-)

Jack Brickey
Community Champion
March 30, 2022

There isn't a way to compare to previous value unless you had another custom date field to capture it. Yuck!

Marcel Felke March 30, 2022

this is a screenshot from JIRA's default email notification. That's where it works - can't you recreate that via smart values?

 

JIRA 2022-03-30 16-52-31.png

Jack Brickey
Community Champion
March 30, 2022

Not to the best of my knowledge. I just went back into the documentation to see if there was any potential and I didn't find anything that would satisfy that request.

Marcel Felke March 30, 2022

thanks

Suggest an answer

Log in or Sign up to answer