From 75bad5bf23eae1cee985123a0a65580543ddbfb8 Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Wed, 19 Jun 2024 12:08:54 +0300 Subject: [PATCH] Update holmes.py --- holmes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/holmes.py b/holmes.py index be65fe15..be80bdbe 100644 --- a/holmes.py +++ b/holmes.py @@ -324,7 +324,6 @@ def jira( ai = config.create_issue_investigator(console, allowed_toolsets) source = config.create_jira_source() try: - # TODO: allow passing issue ID issues = source.fetch_issues() except Exception as e: logging.error(f"Failed to fetch issues from Jira", exc_info=e) @@ -470,7 +469,7 @@ def pagerduty( ), ): """ - Investigate an OpsGenie alert + Investigate a PagerDuty incident """ console = init_logging(verbose) config = Config.load_from_file(