The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Clickable Custom Field values in Issue Navigator

Eric Thn
Contributor
June 4, 2013

Hi,

I have a custom field (multi select list) with client names

It shows up in my issue navigator (personal & default).

However, the names in the column are not clickable.

Is there a workaround (or a correct way) to make this work ?

Thanks for your answers.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -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 Champions.
June 4, 2013

A multi-select-list is a simple list of strings that you put on an issue. Jira has no way of knowing what those strings are beyond "text for humans to read", let alone know how to construct a url to offer a link to.

You could change your options so that they have the links you need - put the text in as <a href= type links. I've not tested that with quick-edit though.