Hello!
I want to develop an application using Forge that allows anyone to publish tickets into my Jira Cloud. The publication of that ticket is not directly controlled by the user, a complex business logic is executed before that, and is finally a server that actually publishes the ticket, the user just creates a request.
Is it possible to have a view (html+css) that’s hosted inside my Forge app that can be accessed by any person (not a Jira user) who has the URL?
If this is not possible, can I host that public view in a public server like a CDN and expose an API from my Forge app that that view can consume?
Thanks!