Hi,
I have a uses case that I have turned around all sides and cannot get to the bottom of.
Here goes:
I'm guessing I should be using an Insight post function, but which one and what should be the IQL to use to correctly refer the second object?
Thank you!
If I'm following the ask, you have 2 custom fields, one which will be selected in the portal. The other you want populated based on the selection. I did that here in Cloud to update on creation but it's similar for DC and other transition states https://www.loom.com/share/8835685f5b3b4f32a18714bc48b55ff1
Assuming you have Item name as an attribute on Order, you can use dot notation like I did.
Example: your IQL for the lookup would be: Key = {{issue.Order.Item name}} and the Edit issue for the Item field would be Key = {{lookupObjects}}
If you allow multiples you'll want to use IN ({{x}}) rather than =
More info can be found here: https://support.atlassian.com/jira-service-management-cloud/docs/use-insight-query-language-iql/
Hope this helps,
Cathi
Thank you very much for your response, Cathi!
I'm trying to implement this in a DC instance but I'm unable to find the "Lookup objects" action. I'm guessing this is not available in DC, but only on Cloud?
As this is not available for me, what other option do you think I can have for this?
Best regards,
Alexandru
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah sorry Alexandru, yes, that's only available in cloud. DC has Insight specific automation and Insight specific post-functions that you can use instead.
For the Insight automation: go to your schema and click on Configure (Object Schema) and click on the automation tab there. These trigger on object changes much like in Cloud Global Automation.
For insight post functions these two links should help:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.