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!
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.