sd
Browse files
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 |
-
|
|
|
60 |
{
|
61 |
"textButton": {
|
62 |
-
"text": "
|
63 |
"onClick": {
|
64 |
"openLink": {
|
65 |
-
"url": "https://
|
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 |
}
|