Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to render Velocity template in webwork without the master page

Erko Knoll February 8, 2018

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.

 

1 answer

0 votes
Timo SFS
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2021

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"/>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events