Hi there,
I’m building a new type of JIRA navigator (using a general page), and I would like to render host application web fragments into a separate iframe contained in my Add-On.
For example, I would like to request a specific JIRA issue (html, not REST API), but then only show “div class=‘issue-view’” and below. I can think of a way to do this server side, but I would like to make HTML requests client side via AP.request or some other interface.
Is this method possible? I’m currently getting a 403 error when attempting to use AP.request in this manner, as it seems to be appending some type of query argument which seems to be not applicable for the regular URL.