When transition text is longer 20 chars, it is cut off and only available as mouse over.
Is the width configurable somewhere?
Solution:
in file:
atlassian-jira/includes/panels/issue/viewissue-opsbar.jsp
on line 41
<a class="aui-list-item-link <ww:property value="./styleClass"/> <ww:property value="@group/id"/>" id="<ww:property value="./id"/>" title="<ww:property value="/opsBarUtil/titleForLink(.)"/>" href="<ww:property value="./url"/>"> <ww:property value="/opsBarUtil/labelForLink(.)"/></a>
replace "labelForLink" with "titleForLink"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.