Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,888
Community Members
 
Community Events
184
Community Groups

How to change Custom field Type , single select to Multi select

Hi ,

I got a request , to change Custom field Type , single select to Multi select 

How to change , can any one guide me, is it possible or not 

2 comments

Dirk Ronsmans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 16, 2022

Hi @_Download2021 ,

Once a custom field is created you cannot change the type anymore.

Only way to do it would be to create a new field, migrate over any data if you have some and delete the old field.

Make sure to also validate any filters/dashboards/... that were created with the old field.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 17, 2022

On server/DC, you can actually do this, but it's a complete hack. 

If you have write access to the database, you can change the field type in the customfield table.  

If you're going to do that, you need to keep it minimal.  Stop Jira, take a full backup of the database, validate that you can use the backup to recreate a working Jira, then go and amend only the class name for the field in the database.  Do not amend anything else.  Restart Jira, then go to the custom field in the admin section and edit it. 

Change the searcher to the one you want to use.  You may find it has nothing set, and even if that is the right thing for you, select another one.  If it's set to the one you want, doesn't matter, change it to something else and save it.  In both cases, go straight back in and edit it again, changing it to the one you do want.

Now run a full locking re-index.

Note that this only works for certain conversions.  You can change url and short text fields to long text, or single-select to multi-select, or radio buttons to checkboxes, but you can't go back - you can't convert multi-select to single select for example.  And you can't convert incompatible field types - text to select, date, number, will just trash your field data.

Like # people like this

Comment

Log in or Sign up to comment