Hello!
I want to set automation that will copy value from Release version (Version picker) field to Release version (custom field) (short text). At the Edit issue fields step, I set COPY and when I start searching, I don't see Release version (default one) on the list to copy value from. It shows only custom field. Can you please help with automation?
Hi @Yuliia Vyborova :)
In the list Field to copy value from, only fields with the same type as the selected field are available. Click More options and try copying the field value with JSON. Like this:
{
"fields": {
"Test short text field": "{{issue.customfield_10043.name}}"
}
}
Replace "Test short text field" with "Release version (custom field)" and "customfield_10043" with ID of your version picker field.
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.