Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

2 votes
Kseniia Trushnikova
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 14, 2023 edited

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Upcoming Jira Service Management Events