hi,
In the custom email post function on transition of script runner is it possibnle to send a "high importance" email, MS outlook 2010.
Thanks,
This is just a case of setting the X-Priority header IIRC... I don't think you can do that right now. If you create an issue I might add a callback or something whereby the headers can be manipulated.
Hi Jamie - Was there ever a solution put in place for this?
As mentioned here, you can add the following to the "Condition and configuraton" section...
mail.addHeader("X-Priority", "1 (Highest)")true
It looks like you're new here. Sign in or register to get started.