The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How van we copy user picker custom field from one project to another

IT
November 5, 2023

How can we copy  user picker custom field value frm one project to another. 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Muhammad Moazzam Hassan
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 Champions.
November 5, 2023

You can copy the value via the Automation Rule.

1 vote
Kristian Walker _Adaptavist_
Community Champion
November 5, 2023

Hi It,

I can confirm if you have scriptRunner installed, then the Copy Field Values built-in script may be a good fit for your use case.

I hope this helps.

Regards,

Kristian

IT
November 5, 2023

Hi @Kristian Walker _Adaptavist_ 

Thanks 

But Is it possible using listener? I need to add some conditions also .Like when when in project 'A' user picker is selected based on some condition in project 'B' it should auto update in project 'B' as well

Kristian Walker _Adaptavist_
Community Champion
November 6, 2023

Hi IT,

Yes, this is possible, and you read full details of how Script Listeners work inside of ScriptRunner here

You will need to write a custom script to get the field values and copy them to another project when the conditions are met.

I can confirm we have some examples in the Libray that show how to copy field values that you can use as a guide to help achieve your requirement.

Also, you can see a free training video on how listeners work here, which may be helpful.

Regards,

Kristian