1

I've tried to do use Jira API for my application, but Jira is placed like a private network.

UrlFetchApp.fetch responds with a DNS error.

How do I resolve this problem ?

e_i_pi
  • 3,855
  • 3
  • 24
  • 41
rysalka
  • 11
  • 5

1 Answers1

0

Apps Script is a cloud based solution. Your onpremise JIRA server won't be accessible.

Google once upon a time supported connection through firewalls with the Secure Data Connector but this has now been discontinued.

Best option is to have a local solution extract and deploy a reporting format to be consumed via Google Drive if you need Apps Script access.

from: Does code on a Google sheet runs locally or on a Google server? - UrlFetchApp returns empty