Skip to content

Commit

Permalink
feat(DMVP-2705): Create Jira ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Oct 26, 2023
1 parent d0c757c commit 4761d6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import requests
import importlib
from event_handler import event_handler

def create_jira_ticket(summary,description):
# Jira API URL and authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import base64
import requests
import importlib
from event_handler import event_handler

from urllib.request import Request, urlopen
from urllib.error import URLError, HTTPError
Expand Down

0 comments on commit 4761d6e

Please sign in to comment.