How to get scripted field value from linked issue and copy it to issue

Preeti Yadav September 8, 2022

Have scripted field in linked issue(suppose issue B) , whose value I need to copy to custom field of issue(suppose issue A).

Can we do this using listener , please provide the sample code.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 8, 2022

What is providing the scripted fields?  Scriptrunner or JMWE or something else?

Preeti Yadav September 8, 2022

Hi @Nic Brough -Adaptavist- 

We have used Scriptrunner.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 9, 2022

There's a long boring story about how scripted fields work, but it ends in "do not use scripted field results to calculate other stuff on issues - you might not get the right answer".

Imagine you have a scripted field that is "number of days elapsed between the issue got assigned to someone, and the current due date on it".  And imagine that currently says "7".

Next, you have another calculation that simply says "days elapsed * 2".

If someone amends the due date, making it 3 days later, you may find the second field says 18 sometimes and 14 at others.

To fix this, your second calculation needs to repeat what the first one is doing, rather than take the result from the scripted field.

Preeti Yadav September 12, 2022

Hi @Nic Brough -Adaptavist- ,

Thanks for your response.

Is it possible to get custom field value of linked issue and copy it to issue using listener?

Rather than copying scripted field value.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 13, 2022

Absolutely, we've even got an example for you to copy, paste, and tweak to suit - https://library.adaptavist.com/entity/copy-field-value-from-linked-issue

Suggest an answer

Log in or Sign up to answer