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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.