Hi community,
In my Jira issue I have a multi-select Insight field. How can I operate on the individual Insight objects in this array? My end goal at the moment is to create a subtask for each of those objects using an automation rule, but I definitely need to operate on multi-select Insight fields in other applications as well. Is there a way, for example, to select the first object of this array, then the 2nd, etc until there are no more objects and the rule exists. I know it's clunky but it's better than nothing.
P.S. I'm not prepared to start learning how to script so I'm currently looking for ways to get this working using basic automation and IQL only. Is this possible?
It seems like I semi-randomly stumbled on the solution.
Key = {{issue.customfield_13099.get(0)}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.