Forums

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

Jira Wiki Style Renderer (Expand by default)

Miko Makela
Contributor
February 13, 2012

Is it possible to set the Wiki Style Renderer to expand by default when you enter an issue in Jira? so no need to click the arrow everytime to display more details.

thanks in advance!

1 answer

0 votes
Ubisoft
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2013
I didnt test it but you could use something like this in annoncement banner (change all the collapsed to expand)

AJS.$("#descriptionmodule div").removeClass("collapsed")
AJS.$("#descriptionmodule div").addClass("expand")

Suggest an answer

Log in or Sign up to answer