Dear ALL,
I understand that a work-around about the current Jira DC lookup limitation over custom fields is to code an automation rule with When=Scheduled and then select the bulk option.
My question is: given that (the automation rule), is there a way now to store the same/specific custom field of all the issues coming from the applied JQL in a variable?
So, I can use these variables later on in the automation rule in order to make calculation?
As you can see below, I have used this syntax {{issues.get(0).fields.customfield_19141}} but it gives (as expected, I think) the values of all the issues found (in this case 2):
I use Jira DC version 9.12.24.
Thanks, Vincenzo.