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 Field - Multi select

Fabrice Bovy
Contributor
July 27, 2014

Hi,

I use Jira 4.4.1 and I need to have 2 custom fields Multi select on 1 issue type. Both have the same entries, one is required and one is optional.

First question : does I need to create 2 differents custom fields ?

Second question: Is there a way to import values instead of typing them one by one (there are 374 entries) ?

Thanks for your help.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
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.
July 27, 2014

1. Possibly.

Do you need the field to be used on the same project/issue type? That would be nonsense for single field, you absolutely have to have two fields, or there's no way to tell the two instances apart. However, if you want the field to have the same lists, same data, be mandatory on "bugs", but optional on "tasks", then yes, you can do this with "field configuration"

2. I've used Jelly scripting in the past to do this. Or the script runner addon if you've got it.

Fabrice Bovy
Contributor
October 1, 2014

Thanks for your answer.

1. Yes I need the 2 fields on the same issue type at the same time so, I need 2 custom fields.

2. I'll check that addon.