Migrate field values to custom fields

Mokuyobi December 19, 2012

Hey there,

I created a custom field and I want now to migrate the value of the affected version field to the custom field. Does JIRA has any possible to migrate field values to custom fields?

4 answers

1 accepted

0 votes
Answer accepted
Mokuyobi January 31, 2013

We solved it now with the JIRA-RestClient as Workaround. Thanks anyway :)!

Ramesh Udari1 August 14, 2013

Hi Mokuyobi,

We are come to same situation, Can you please explaing how to achieved this problem by using JIRA-Rest Client

1 vote
Sreenivasaraju P
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.
December 19, 2012

Why don't you write a post function to copy field value and add this post function to a transition.

Then with bulk transition you can execute this all 500+ requests.

0 votes
Renjith Pillai
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.
December 24, 2012
0 votes
C_ Faysal
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.
December 19, 2012

hi.

you can copy field values during transitions with a post-function using the suite utilities plugin

https://marketplace.atlassian.com/plugins/com.googlecode.jira-suite-utilities

Mokuyobi December 19, 2012

Thanks for the answer but the problem is that I need this change to almost 500 tickets. It would be silly to click each ticket indivually. Doesnt it give an option like migrating instead of post-functions?

C_ Faysal
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.
December 19, 2012

yes indeed this would be quite uncomfortable..

i'm just checkin if the groovy script runner plugin can handle this...

C_ Faysal
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.
December 19, 2012

sorry...script runner plugin can only copy values from one customfield to another...

i believe you will need some own scripting to do this

Mokuyobi December 19, 2012

Okay thanks anyway for your effort!

Sebastian Gruner November 19, 2014

Anyone knows how it works ?

Suggest an answer

Log in or Sign up to answer