Call Pyhton script from Forge

Hi, I’ve developed a Python Flask web-based application, and it is running fine in the browser. The Python app calls the Jira Cloud REST API and shows the results in the browser.
The new requirement is to develop the same application in Forge so that the data can be viewed inside Jira. Is there any way I can call my Python Flask web-based API or host the same application inside Jira?

Hi Rishi,

Forge only supports JavaScript currently. We are currently investing in Forge Services (containers) that would allow you to run any language but this is still in very early development.

You could use Forge Remote to call out to your Python app (hosted on another platform, e.g. AWS) and have the Forge App call out to it.

Hope that helps.

Cheers
Ben