Forums

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

How can I show full text of workflow transitions on issue view screen?

Peter von Hofer December 28, 2011

When transition text is longer 20 chars, it is cut off and only available as mouse over.

Is the width configurable somewhere?

2 answers

1 accepted

0 votes
Answer accepted
Peter von Hofer January 10, 2012

Solution:

in file:
atlassian-jira/includes/panels/issue/viewissue-opsbar.jsp

on line 41

original code
<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"

0 votes
Peter von Hofer January 2, 2012

modding css doesn't help :-(

Suggest an answer

Log in or Sign up to answer