Problem Description: We are unable to fetch Jira worklog data using a Google Colab script. Colleagues within my department are experiencing the same issue. However, colleagues from other departments are able to successfully fetch the data for which they have permission.
Details:
On October 14, 2025, the script was working correctly using the same user email and API token.
The issue started after that date. We have tried generating and using a new API token, but the problem persists.
The system now consistently fails with the following Colab connection error:await connected: disconnected
Error: await connected: disconnected
at https://ssl.gstatic.com/colaboratory-static/common/ca3709810918d49372366030d05a3312/external_binary_l10n__zh_tw.js:8855:372
Steps to Reproduce:
Open the Google Colab notebook.
Click on the "Runtime" menu and select "Run all".
Expected Result (Behavior before Oct 15): The script completes successfully and generates the data report within approximately 5 minutes.
Actual Result (Current Behavior): The script runs for about 30 minutes, then fails and displays the await connected: disconnected
error message. No data report is generated.
問題:使用google colab平台抓取jira worklog數據,同部門同事也無法抓取數據,但是跨部門同事可以抓取權限允許的數據
說明:2025/10/14使用同樣email、token抓數據,無法跑出數據,更新過email、token抓數據依然無法抓取數據,且系統顯示以下錯誤訊息:
await connected: disconnected
Error: await connected: disconnected
at https://ssl.gstatic.com/colaboratory-static/common/ca3709810918d49372366030d05a3312/external_binary_l10n__zh_tw.js:8855:372
操作步驟:
1.開啟google colab
2.點"全部執行",過去等待5分鐘能跑出數據
3.超過5分鐘,畫面顯示error訊息,且無法跑出數據報告