Forums

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

How to copy Select List Single choice custom field options/ values to Asset type custom field

Aravind Koushik Gobburu
Contributor
September 20, 2025

Hi,

I have an requirement where i wanted to copy Select List Single choice custom field options/ values to Asset type custom field. How can this be possible can anyone share perfect script for this?

1 answer

1 vote
Akhand Pratap Singh
Community Champion
September 20, 2025

Hello @Aravind Koushik Gobburu ,

Good day, Welcome to Atlassian Community!!

Please see below

  1. Create an Automation Rule

    • Set your trigger (e.g., issue created or updated).

  2. Edit Issue Action

    • Add an Edit Issue action.

    • Select your Assets object field to update.

  3. Use AQL with Smart Value

    • In the Assets field, use an AQL like:

      objectType = "<AssetType>" AND Name = "{{issue.<select_list_field>}}"
      • Replace <AssetType> with your asset type.

      • Replace <select_list_field> with the smart value for your single select list field.

    • This will set the Assets field to the object whose Name matches the selected option in your single select list.

Check: https://support.atlassian.com/jira/kb/how-to-copy-from-to-asset-field-value-to-from-jira-text-custom-field-using-automation-for-jsm-assets-cloud/ 

It mentions text but will work for the select list if you follow the steps. If you face any issue please let me know

 

I see it is for Server/DC above was specific to jira Cloud, for Server/DC please check 
https://confluence.atlassian.com/jirakb/creating-and-linking-an-asset-object-using-automation-for-jira-via-rest-api-1387597133.html

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events