we have a numeric filed with the values(1,4,8).Shall we convert this numeric Field to Select List and multiple choices with the values (1,3,5) instead of (1,4,8) without loss of data.
welcome to the community. The general way to go here is to create a new custom field (in your case, of type Select List), then copy over the values from the original field to the new field (in your case, with some value transformation in between), and finally delete the old custom field.
For copying over the values, you have a couple of options;
Hope this helps,
Best,
Hannes
Just to expand on the last point, this should be easy to do using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also supports bulk editing via copy/paste; within JXL, but also between JXL and pretty much any other app (including, of course, Excel or Google Sheets). This means that you can copy/paste your existing values from JXL to, say, Excel, do your transformations there (e.g., from 4 to 3, etc.), and then copy/paste back into your new custom field.
This is how this looks in action:
(This is just from one column to the other, but you could just copy/paste to Excel/Google Sheets/etc. "in between" and make any value transformations there.)
You can update any number of issues in one action, so you should be done with your work in no time.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.