Hi,
Has anyone tried to integrate with New Relic recently? They introduced the new workflow in place of old notification channel and the email integration is no longer working. StatusPage's message is "Ignored automated component status update, we were unable to identify the sender or subject.". Any suggestion is appreciated.
NOTE: I have existing alert integration using channel notifications and they work fine but we're forced to move to new workflow now
I had the same issue, there were two parts to the solution:
For example the Statuspage condition triggers if the word 'OPENED' appears in the email subject, but the default NewRelic notification message only contains the issueTitle, so I had to add the status value there, but the status value was sent as 'OPEN' and so still did not trigger the condition.
Ultimately have set the Email subject in NewRelic to this:
{{issueTitle}} | {{ eq "CLOSED" status yes='CLOSED' no='' }} {{ eq "OPEN" status yes='OPENED' no='' }}
Because my monitor only responds with OPEN or CLOSED.
This is the precise case-sensitive list that Atlassian told me the StatusPage will trigger on:
Keywords that set the component to 'Major outage' (Case sensitive):
'failing', 'Alert open: ', 'Monitor Failed', 'Monitor check failure', 'Synthetics monitor fail', 'monitor failed', 'OPENED'
Keywords that set the component status back to 'Operational' (Case sensitive):
'Downtime recovered for', 'Alert closed: ', 'have been closed', 'Monitor Recovered', 'CLOSED'
Hi @stanley.nguyen,
Thank you very much for sharing this information with us.
To dive deeper into this issue, would you please help create a support request via this link?
Thank you.
Kind regards,
Darryl Lee
Support Engineer, Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey all!
Recently I have had a few customers facing the same issue and the query shared above did not work for them, whereas the following query did:
{{issueTitle}} | {{ eq "CLOSED" state yes='UP' no='' }} {{ eq "ACTIVATED" state yes='DOWN' no='' }}
Hope this helps!
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @stanley.nguyen,
This is Darryl. I am here to help. 😃
Thanks for reporting this to us and we are sorry for the friction this has brought.
However, we haven't received any requests from other customers regarding this.
For better triage, would you mind creating a support request for us via this link?
Thank you.
Kind regards,
Darryl Lee
Support Engineer, Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi i am having the same problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned in the comment, please help us file a support request so that we can track and collect the details to report a bug if it's identified.
Thank you for your cooperation.
Kind regards,
Darryl Lee
Support Engineer, Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm experiencing the exact same issue. NewRelic email's to Statuspage email automation won't work, I do get them but the message "Ignored automated component status update, we were unable to identify the sender or subject." is displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned in the comment, please help us file a support request so that we can track and collect the details to report a bug if it's identified.
Thank you for your cooperation.
Kind regards,
Darryl Lee
Support Engineer, Atlassian
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.