Hi,
I wont to copy custom field value from linked issue to parrent during transaction. Also i have script runner plugin. Maybe somebody have scripts which can do this?
Please help me :)
Similar questions have been discussed many times on this forum
Here's some sample code - https://community.atlassian.com/t5/Answers-Developer-Questions/Scripted-field-get-custom-field-aggrgate-from-linked-issues/qaq-p/491445
Thanks for your answer but i wont script which will copy field values, not scripted fields.
For example i have 2 projects and two linked issue. When i change a status in first i have screen with fields to fill, and i wont to copy values from this screen fields to linked issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems you want to copy fields filled in transition screen of one issue into the linked issue. You can write a script in post-funciton to access linked issue and update their fields
Here's some samples for updating custom feilds https://community.atlassian.com/t5/Marketplace-Apps-questions/Basic-method-to-update-a-custom-field-with-Scriptrunner/qaq-p/362875
For updating , system fields you can see the API here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.