Hi all,
I am developing a JIRA Forge Application and the application is required to make API calls to external sources and also receive data from those servers
In the manifest, I have added something like this:
However the value test1, test2 and test3 will keep changing based on end user’s basis. Is there any way through which I can accommodate my above use case where a certain part of domain will be a wild card entry.
I would prefer having something like this
external:
fetch:
backend:
- “dummy..io/”
Thanks