Hi,
Is it possible to Transfer the value of one custom field to another, so that the previous field could be deleted? If yes, then:
- Is it possible to transfer the value from same types of custom field (Number to Number) ?
- Is it possible to transfer from different types of fields (Text type to Number) ?
Also, will it be directly mapped to the correct issues ?
Thanks for your help in advance!
Thanks and Regards
Shriya Chhajed
if you have a scriptrunner, you can use built-in functionality to do it:
https://scriptrunner.adaptavist.com/5.5.0/jira/builtin-scripts.html#_copy_custom_field_values
if not, i would export data to csv (in a form issuekey;fieldvalue) and then import it into another field, which will also cover text to number transition
Hi @Ilya Turov
Thank you for your response!
Exporting through CSV solved my problem.
Thanks and Regards
Shriya Chhajed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could use automation that you can manually trigger that copies the value from one cell to another.
If you choose the 'edit' feature, you can select the source and destination field.
When the automation is triggered, the field content is copied and you can then remove the source field from the screen view when done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mr.Paul,
I have a issue here. I want to copy custom date to another custom field which is also date in existing project. There are 33 issues and i need to just copy the dates.
Can you please help me here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @geetha_bp
In the same way as described, using the automation would be the simplest way I believe.
Alternatively, you could export the data to excel and re-import it to the tickets.
If the automation doesn't work because the field formats differ, importing may be the easiest approach (other than scriptrunner).
Hope that helps
Regards
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can you please share a step by step for exporting and importing data?
My teams Jira Service Project has 'Building' and 'Building Location' fields. I am trying to consolidate the data in to one of the fields so i can delete the other which will allow me to create more issue types and automation's.
Our license doesnt include scriptrunner and there is no automation that will update tickets without interacting with each one which is not viable as we have 5500+ closed tickets.
Any advice is appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.