Hi,
I would like to render a Velocity template as part of the webwork module in JIRA but without the master page (header and footer). I tried adding
<meta name="decorator" content="none"></meta>
to my template which works but it only renders the template, while I would like to retain all the styling of the JIRA page and even add my own web resources through the API which should result in extra CSS files being retained.
I guess I could delete header, footer and some other elements with jQuery after the page has loaded, but I'm wondering maybe there is a special decorator tag for such purpose which does exactly that.
It's probably too late, but I'm still going to answer, because I had the same issue.
You can find all the available decoraters here:
https://developer.atlassian.com/server/bitbucket/reference/plugin-decorators/
I think you need to use:
<meta name="decorator" content="atl.popup"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.