Forums

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

Make Custom Field Values Clickable Like Labels?

Benjamin Martin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 11, 2019

I have created some "Select List (Single Choice)" custom fields in a Jira project, and I would like my users to be able to click on the custom field's value in the issue view and see all issues in the project which have that particular custom field value.  (Similar to how a label works - you click on the label and get a list of all issues with that label.  However, I want to restrict the possible field values which is why I am going with a select list.)

Is there a way to set up this type of behavior for a select list?

1 answer

1 accepted

1 vote
Answer accepted
Ravi Sagar _Sparxsys_
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.
September 11, 2019

Hi @Benjamin Martin 

You would need an add-on for this. Using ScriptRunner you can create a new scripted field that will generate the clickable url for you (with JQL for searching). Use the new field on view screen and the original field on create/view screen.

Ravi

Benjamin Martin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2019

Thank you for the suggestion.  For a simpler, out-of-the-box solution, I ended up merging my custom fields and using the built-in components field instead.  That seems to be meeting my needs for now, but I will definitely look into scripted fields if my requirements change.  So thank you for pointing out that option.

Like Ravi Sagar _Sparxsys_ likes this

Suggest an answer

Log in or Sign up to answer