I am trying to write an automation rule to update an attribute for inbound objects.
My IF Statement is:
object HAVING inboundReferences("Status" = "Active")
I then need to set an attribute to the value of the referenced object's attribute.
Is there smart value syntax for this?
I've tried ${objectname.fieldname}
also tried {objectname}.{fieldname}
Thank You
Have you checked out https://support.atlassian.com/cloud-automation/docs/jira-smart-values-insight/ ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.