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.
What is providing the scripted fields? Scriptrunner or JMWE or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.