Hello,
I am creating an automation rule to detect an asset that is "expiring" and creating a ticket for its renewal.
What is working:
What is not working:
Some context:
The "linked asset" is a custom field that allows to select an asset (type: Assets objects)
{
"fields": {
"customfield_10066": {
"key": "TCI-66"
}
}
}
You can use the AQL functions, references, and AQL to populate the "linked asset" field with the asset. For example, you could add multiple object references to a custom field attached to an object, and then search those references for a specific key: object HAVING inboundReferences(Key IN (${MyCustomField${0}})) Or a specific label, by using dot notation: object HAVING inboundReferences(Label IN (${Portfolios.label${0}})).
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.