The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation copy value from Release version default field to a custom field?

Yuliia Vyborova
Contributor
July 14, 2023

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?Screenshot 2023-07-14 at 7.41.42 PM.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Kseniia Trushnikova
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 Champions.
July 14, 2023

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:

Rule Example.png

{
"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.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events