Solved

Copy between fields

  • 28 October 2021
  • 2 replies
  • 210 views

Hi,

how can I copy data from all my tickets that is stored in the default field Type to a my new field keeping the same information?

Default field:

New field:

 

The reason for the copy is that we stared a few years ago using this default field but now realize that it was a mistake. We want to start using rule based sections to show fields depending on type of question and default fields cannot be moved to sections. So basically we want to take our hundreds of tickets an copy the data as is between to identical fields.

 

Regards

Henrik

icon

Best answer by Keer 29 October 2021, 06:02

View original

2 replies

Thank you @Keer!

Userlevel 5
Badge +12

Good day, @henrikhargedahl. We can make use of the existing API calls to copy the data.

 

You can first fetch the data from existing ticket using List ticket API and then use UPDATE ticket API to update the values in the new field. With the help of your developers, you can write a script at your end to execute this. 

 

Let us know if you have further queries on this front. 

 

Reply