You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I'm trying to configure e-mail integration in Opsgenie so it will group all alerts matching some criteria in daily "threads".
In Jira there's a way to use smartvalue {{now.shortDate}} to get today's date. Is there any options to get system to add date in Opsgenie Alias?
Hi @Paweł Grams ,
There are some extra fields not included with the Email integration by default, but specifically parse in the headers of the payload - including the date:
Since it's nested under the headers, you could use something like this to extract it into the alert:
{{_headers.DATE}}
As well use some form of string processing or regex to pull only the date, or fine-tune exactly what you need to extract into the alias or other alert fields.
Hi @Nick H
Thank you for this response. It's great I can access headers data as it will improve our ways of working with Opsgenie a lot!
Thank You!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.