Hello,
I have a problem with the following code in JIRA Automation.
I have a field Currency (SL) / customfield_10077 which is a select list that I want to auto Populate with the value linked to the Instrument (IF) / customfield_10923 - attribute Currency
I get a Text field to update but not a Select list:
e.g.
Instrument (IF) is EAST.EY and the Currency = EGP
{
"fields": {
"customfield_10077": {
"value": "{{issue.customfield_10923.get(0).Currency}}"
}
}
}
This works
{
"fields": {
"customfield_10077": {
"value": "EGP"
}
}
}
But the value obviously needs to populate based on what the Asset Currency Attribute value is