Skip to content

Commit

Permalink
adding TRACK to all new cases created + fixing version of xmlsec to 1…
Browse files Browse the repository at this point in the history
….3.13
  • Loading branch information
aluneau committed Apr 19, 2024
1 parent 6ce3a08 commit 7055b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"flask-login==0.6.2",
"prometheus-flask-exporter==0.22.4",
"Werkzeug==2.3.7",
"xmlsec==1.3.13",
],
)
2 changes: 2 additions & 0 deletions dashboard/src/t5gweb/libtelco5g.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ def create_cards(cfg, new_cases, action="none"):
if action == "create":
logging.warning("creating card for case {}".format(case))
new_card = jira_conn.create_issue(fields=card_info)
# Updating the card with the Release_Note_Text field.
new_card.update(fields={"customfield_12317313": "TRACK"})
logging.warning("created {}".format(new_card.key))

email_content.append(
Expand Down

0 comments on commit 7055b65

Please sign in to comment.