Why doesn't "Affect Version" show as a link, like the "Fix Version"?

Ruby Boyarski June 6, 2012

As you can see in the following screengrab, the Affects Version is shown as plain text, while the Fix Version is a hyper link.

Is there a way to configure the Affects Version to show as a link as well?

I found this link, when searching the JIRA forum, but it doesn't seem to have answered the question: http://forums.atlassian.com/thread.jspa?forumID=46&threadID=42932

Thanks,

Ruby

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
June 6, 2012

I haven't tested but the following might work!

Replace

#if (!$linkToBrowseFixFor || ($displayParams && (${displayParams.excel_view} || $displayParams.nolink)))

with

#if ($displayParams && (${displayParams.excel_view} || $displayParams.nolink))

in atlassian-jira/WEB-INF/classes/templates/jira/issue/field/versions-columnview.vm file and restart JIRA.

Suggest an answer

Log in or Sign up to answer