Hi Community,
I am trying to get a specific object (the Name of an object) using the LookupObjects function. The information, which object (number of the entry in the LookUpList) I need is in a CustomField. Does anyone know how I can get this specific object from the list using a Custom Field value?
I have tried the following, which unfortunately does not work.
{{lookupObjects.get({{customfield_10066.asNumber}}).Name}}
Thanks in advance
Nicole
You should check these references:
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-objects
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-insight/
First you do the lookup which just guessing could be something like.
Name = {{issue.fields.customfield_10066.asNumber}}
Then you can use the data that is now stored in the lookup elsewhere
{{lookupObjects.Name}}
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.