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: 

Custom dropdown field with DisplayName and Value

Mattias Kallvi
Contributor
October 18, 2016

Hi,

I have a question about custom fields in Jira. I would like a custom drop down field where I can specify DisplayName and Value. For example:
DisplayName          Value
Development         1000
HR                         1200
Production             1401

I would like it to be possible to search on both DisplayName and Value. The Value should be unique but not DisplayName.

Anyone who knows if this is possible? If an add-on is needed, thats no problem. However, I don't really want to write it myself smile

//Mattias

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Vasiliy Zverev
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.
October 18, 2016

Maybe cascade field could help you.

Mattias Kallvi
Contributor
October 18, 2016

No, that won't work. I need something like a User Picker where you can search for the User ID and the User Display Name. However, these are not really users, they are more like units within the Company. I guess one solution would be to add these as users to a specisfic Group and then use a User Picker that only search in that Group.