You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Jira integration is very useful, albeit a bit basic in its current form. I would love Robusta to have some adding features like:
Closing Jira issues when a matching solved alert is fired
Configure Jira Sink behavior through additional params (i.e. send resolved status to Jira, re-open closed issues if new alarms arrive, etc. etc.)
Update existing issues with new content from Prometheus alerts (if alert's fingeprint matches)
Carry on additional fields coming from Prometheus alerts (i.e. runbook_url above the others)
Describe the solution you'd like
The overall flow is the one depicted here
In a nutshell, when a Prometheus alerts fire:
If there is NOT a matching Jira issue, create a new Jira issue
If there is a matching Jira issue that is not in DONE status, then:
Mark the issue is Done if alert is resolved AND Robusta is configured to send resolved status to Jira
Update issue summary/description if alert is not resolved
If there is a matching jira issue in DONE status, then:
If alert is resolved, there is nothing to do as Jira issue is already done
If alert is not resolved then:
If re-open issue behavior is active, re-open DONE issue
Create a new issue otherwise
Describe alternatives you've considered
I did not found alternatives in Robusta codebase, I was more or less used to what another project does for Prometheus (jiralert) and I'd like to implement them in Robusta
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Jira integration is very useful, albeit a bit basic in its current form. I would love Robusta to have some adding features like:
runbook_url
above the others)Describe the solution you'd like
The overall flow is the one depicted here
In a nutshell, when a Prometheus alerts fire:
Describe alternatives you've considered
I did not found alternatives in Robusta codebase, I was more or less used to what another project does for Prometheus (jiralert) and I'd like to implement them in Robusta
The text was updated successfully, but these errors were encountered: