Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在我的应用程序中使用 Jira API,但 Jira 就像一个私有网络一样放置。
UrlFetchApp.fetch 以 DNS 错误响应。
我该如何解决这个问题?
Apps Script 是一个基于云的解决方案。您的本地 JIRA 服务器将无法访问。
谷歌曾一度支持通过防火墙与安全数据连接器的连接,但现在已停止。
如果您需要访问 Apps 脚本,最好的选择是让本地解决方案提取并部署报告格式,以便通过 Google Drive 使用。
来自:Google 工作表上的代码是在本地运行还是在 Google 服务器上运行?- UrlFetchApp 返回空