-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to auto resolve jira issue when alert is resolved. (#117)
* Add initial code to support auto resolve feature Signed-off-by: Bhushan Thakur <[email protected]> * use constant Signed-off-by: Bhushan Thakur <[email protected]> * Resolve alert using transition Signed-off-by: Bhushan Thakur <[email protected]> * Update configuration tests Signed-off-by: Bhushan Thakur <[email protected]> * Update example configuration Signed-off-by: Bhushan Thakur <[email protected]> * Update README Signed-off-by: Bhushan Thakur <[email protected]> * move valid config check to receivers section Signed-off-by: Bhushan Thakur <[email protected]> * Use different configuration option for simplicity Signed-off-by: Bhushan Thakur <[email protected]> * remove old config options Signed-off-by: Bhushan Thakur <[email protected]> * add docstring and update readme Signed-off-by: Bhushan Thakur <[email protected]> * reuse AutoResolve struct in tests Signed-off-by: Bhushan Thakur <[email protected]> * add docstring for AutoResolve Signed-off-by: Bhushan Thakur <[email protected]> * Apply suggestions from code review Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: Bhushan Thakur <[email protected]> * keep the reasoning why defaults is not auto-resolve Signed-off-by: Bhushan Thakur <[email protected]> * fix lint errors Signed-off-by: Bhushan Thakur <[email protected]> * keep newline in configuration yaml Signed-off-by: Bhushan Thakur <[email protected]> * fix readme Signed-off-by: Bhushan Thakur <[email protected]> Co-authored-by: Bartlomiej Plotka <[email protected]>
- Loading branch information
1 parent
0c7c40f
commit a0f0e80
Showing
7 changed files
with
168 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters