kenken999 commited on
Commit
ff633e2
·
1 Parent(s): b377e53
Files changed (1) hide show
  1. mysite/interpreter/google_chat.py +4 -3
mysite/interpreter/google_chat.py CHANGED
@@ -56,13 +56,14 @@ def send_google_chat_card(webhook_url, title, subtitle, link_text, link_url,imag
56
  }
57
  ]
58
  },
59
- "buttons": [
 
60
  {
61
  "textButton": {
62
- "text": "移行プランテスト",
63
  "onClick": {
64
  "openLink": {
65
- "url": "https://kenken999-php.hf.space/main_list.php?page=mainpage"
66
  }
67
  }
68
  }
 
56
  }
57
  ]
58
  },
59
+ {
60
+ "buttons": [
61
  {
62
  "textButton": {
63
+ "text": "JIRAタスク管理を開く",
64
  "onClick": {
65
  "openLink": {
66
+ "url": "https://urlounge.atlassian.net/browse/KAN-41"
67
  }
68
  }
69
  }