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,560,525
Community Members
 
Community Events
185
Community Groups

Transferring the Values from One Custom Field to Another

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

2 answers

1 accepted

1 vote
Answer accepted
Ilya Turov
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 Leaders.
Jun 12, 2019

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

can you share step by step about this issue
i wanna transfer from current field to new field

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.

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.

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

Suggest an answer

Log in or Sign up to answer