Hello Community!
I have been tinkering with a solution for automation for some time and unfortunately I am not getting any results.
The requirement: I want to use an automation to read a value from a custom field (array) on the issue and write it to an object.
The problem: So far, it is not possible to read the value from the array of the custom field. I use 'Branch on AQL' for this and have already queried the custom field in several ways in the query. So far, unfortunately, without result.
What I've tried:
- objectid = ${customfield_10244}
- objectid = ${customfield_10244.id}
- objectid = ${customfield_10244.objectid}
- objectid = ${customfield_10244${2}}
- object HAVING inboundReferences(objectid = ${customfield_10244${2}})
Perhaps someone here can help.
Thanks.