Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Link a field in one project with a field in a separate project

Keith O'Shea October 7, 2013

I am using Script Runner and I need the value of a field in one project to be the same as the field in a separate project. So if I created a new epic from one of the projects it would automatically take the value of the existing field that is in the other project. Does anyone know how to achieve this??

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Bharadwaj Jannu
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.
October 7, 2013

values for fields is applicable to issues not for projects as far as I know.

You need to write a listener which listens for some event(either ISSUE_CREATED or ISSUE_UPDATED events). In that you read the issue from the project and get the value of first custom field, then based on that you set that value to second customfield in issue of second project

Keith O'Shea October 7, 2013

Thanks, would you be aware of the code to enter here as I am new to this plugin

TAGS
AUG Leaders

Atlassian Community Events