I've seen a few conflicting documentation and articles so I thought I'd ask the question anew. I can't tell if I'm fighting functionality that isn't possible or I'm missing something obvious.
Goal
- Given I have an Insight Object Schema containing objects that can be looked up by a Custom Field Option ID, I'd like to take a MutliSelect List Field, lookup the Insight Objects contained in the list and add those Objects to a Insight Jira Custom field.
Custom Field Configuration Scheme
Here's a piece of my automation. I'm Branching through each ID value contained within the Multi-Select
Then attempting to set the values obtained in {{lookupObjects}} to the Insight Custom field
My attempts are either giving me an error like I can't set this value. I'm assuming I need something like {{lookupObjects.label}} but I can't find what syntax it is. You can see from logging {{lookupObjects}} that I'm getting the desired list of Insight objects I'd like to use.
You are correct, you need to use the dot (.) notation to get to the actual value you want populate your field with. Here is an example of an automation I use to get approvers for different applications
Here is the documentation for Insight smart values.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.